Class: Aws::BillingConductor::Types::AccountGrouping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AccountGrouping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_associate ⇒ Boolean
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
-
#linked_account_ids ⇒ Array<String>
The account IDs that make up the billing group.
Instance Attribute Details
#auto_associate ⇒ Boolean
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 73 class AccountGrouping < Struct.new( :linked_account_ids, :auto_associate) SENSITIVE = [] include Aws::Structure end |
#linked_account_ids ⇒ Array<String>
The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 73 class AccountGrouping < Struct.new( :linked_account_ids, :auto_associate) SENSITIVE = [] include Aws::Structure end |