Class: Aws::BillingConductor::Types::AssociateAccountsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AssociateAccountsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The associating array of account IDs.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
Instance Attribute Details
#account_ids ⇒ Array<String>
The associating array of account IDs.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 91 class AssociateAccountsInput < Struct.new( :arn, :account_ids) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 91 class AssociateAccountsInput < Struct.new( :arn, :account_ids) SENSITIVE = [] include Aws::Structure end |