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.
-
#responsibility_transfer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the transfer relationship.
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.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2655 class UpdateBillingGroupAccountGrouping < 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. Note: Modifications to the ResponsibilityTransferArn are not permitted for existing billing groups.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2655 class UpdateBillingGroupAccountGrouping < Struct.new( :auto_associate, :responsibility_transfer_arn) SENSITIVE = [] include Aws::Structure end |