Class: Aws::BillingConductor::Types::ListBillingGroupAccountGrouping

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)


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_arnString

The Amazon Resource Name (ARN) that identifies the transfer relationship for the billing group.

Returns:

  • (String)


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