Class: Aws::BillingConductor::Types::ListBillingGroupsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupsFilter
- 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
-
#arns ⇒ Array<String>
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
-
#auto_associate ⇒ Boolean
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
-
#pricing_plan ⇒ String
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
-
#statuses ⇒ Array<String>
A list of billing groups to retrieve their current status for a specific time range.
Instance Attribute Details
#arns ⇒ Array<String>
The list of billing group Amazon Resource Names (ARNs) to retrieve information.
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_associate ⇒ Boolean
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
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_plan ⇒ String
The pricing plan Amazon Resource Names (ARNs) to retrieve information.
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 |
#statuses ⇒ Array<String>
A list of billing groups to retrieve their current status for a specific time range
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 |