billingconductor_disassociate_accounts {paws.cost.management} | R Documentation |
Removes the specified list of account IDs from the given billing group
Description
Removes the specified list of account IDs from the given billing group.
See https://www.paws-r-sdk.com/docs/billingconductor_disassociate_accounts/ for full documentation.
Usage
billingconductor_disassociate_accounts(Arn, AccountIds)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from. |
AccountIds |
[required] The array of account IDs to disassociate. |
[Package paws.cost.management version 0.6.1 Index]