Class: Aws::BillingConductor::Types::UpdateBillingGroupAccountGrouping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_associateBoolean

Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.

Returns:

  • (Boolean)


2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2661

class UpdateBillingGroupAccountGrouping < Struct.new(
  :auto_associate,
  :responsibility_transfer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#responsibility_transfer_arnString

The Amazon Resource Name (ARN) that identifies the transfer relationship. Note: Modifications to the ResponsibilityTransferArn are not permitted for existing billing groups.

Returns:

  • (String)


2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2661

class UpdateBillingGroupAccountGrouping < Struct.new(
  :auto_associate,
  :responsibility_transfer_arn)
  SENSITIVE = []
  include Aws::Structure
end