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.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1191 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.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1191 class DisassociateAccountsInput < Struct.new( :arn, :account_ids) SENSITIVE = [] include Aws::Structure end |