Class: Aws::BillingConductor::Types::UpdateBillingGroupAccountGrouping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdateBillingGroupAccountGrouping
- 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.
2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2525 class UpdateBillingGroupAccountGrouping < Struct.new( :auto_associate) SENSITIVE = [] include Aws::Structure end |