Class: Aws::BillingConductor::Types::ListAccountAssociationsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListAccountAssociationsFilter
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
The filter on the account ID of the linked account, or any of the following:
MONITORED
: linked accounts that are associated to billing groups.
UNMONITORED
: linked accounts that are not associated to billing
groups.
Billing Group Arn
: linked accounts that are associated to the
provided Billing Group Arn.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID to filter on.
-
#account_ids ⇒ Array<String>
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
-
#association ⇒ String
MONITORED
: linked accounts that are associated to billing groups.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID to filter on.
1413 1414 1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1413 class ListAccountAssociationsFilter < Struct.new( :association, :account_id, :account_ids) SENSITIVE = [] include Aws::Structure end |
#account_ids ⇒ Array<String>
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
1413 1414 1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1413 class ListAccountAssociationsFilter < Struct.new( :association, :account_id, :account_ids) SENSITIVE = [] include Aws::Structure end |
#association ⇒ String
MONITORED
: linked accounts that are associated to billing groups.
UNMONITORED
: linked accounts that are not associated to billing
groups.
Billing Group Arn
: linked accounts that are associated to the
provided Billing Group Arn.
1413 1414 1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1413 class ListAccountAssociationsFilter < Struct.new( :association, :account_id, :account_ids) SENSITIVE = [] include Aws::Structure end |