Class: Aws::BillingConductor::Types::DisassociateAccountsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DisassociateAccountsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The array of account IDs to disassociate.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
Instance Attribute Details
#account_ids ⇒ Array<String>
The array of account IDs to disassociate.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1234 class DisassociateAccountsInput < Struct.new( :arn, :account_ids) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1234 class DisassociateAccountsInput < Struct.new( :arn, :account_ids) SENSITIVE = [] include Aws::Structure end |