Class: Aws::BillingConductor::Types::ListBillingGroupAccountGrouping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupAccountGrouping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Specifies if the billing group has the following features enabled.
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.
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.
1481 1482 1483 1484 1485 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1481 class ListBillingGroupAccountGrouping < Struct.new( :auto_associate) SENSITIVE = [] include Aws::Structure end |