Class: Aws::BillingConductor::Types::ListBillingGroupAccountGrouping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupAccountGrouping
- Defined in:
- gems/aws-sdk-billingconductor/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.
-
#responsibility_transfer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the transfer relationship for 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.
1554 1555 1556 1557 1558 1559 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1554 class ListBillingGroupAccountGrouping < Struct.new( :auto_associate, :responsibility_transfer_arn) SENSITIVE = [] include Aws::Structure end |
#responsibility_transfer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the transfer relationship for the billing group.
1554 1555 1556 1557 1558 1559 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1554 class ListBillingGroupAccountGrouping < Struct.new( :auto_associate, :responsibility_transfer_arn) SENSITIVE = [] include Aws::Structure end |