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)


1481
1482
1483
1484
1485
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1481

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