Class: Aws::BillingConductor::Types::ListBillingGroupsFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

The filter that specifies the billing groups and pricing plans to retrieve billing group information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

The list of billing group Amazon Resource Names (ARNs) to retrieve information.

Returns:

  • (Array<String>)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1575

class ListBillingGroupsFilter < Struct.new(
  :arns,
  :pricing_plan,
  :statuses,
  :auto_associate)
  SENSITIVE = []
  include Aws::Structure
end

#auto_associateBoolean

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

Returns:

  • (Boolean)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1575

class ListBillingGroupsFilter < Struct.new(
  :arns,
  :pricing_plan,
  :statuses,
  :auto_associate)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

The pricing plan Amazon Resource Names (ARNs) to retrieve information.

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1575

class ListBillingGroupsFilter < Struct.new(
  :arns,
  :pricing_plan,
  :statuses,
  :auto_associate)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

A list of billing groups to retrieve their current status for a specific time range

Returns:

  • (Array<String>)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1575

class ListBillingGroupsFilter < Struct.new(
  :arns,
  :pricing_plan,
  :statuses,
  :auto_associate)
  SENSITIVE = []
  include Aws::Structure
end