Class: Aws::BillingConductor::Types::ListAccountAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListAccountAssociationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ String
The preferred billing period to get account associations.
-
#filters ⇒ Types::ListAccountAssociationsFilter
The filter on the account ID of the linked account, or any of the following:.
-
#next_token ⇒ String
The pagination token that’s used on subsequent calls to retrieve accounts.
Instance Attribute Details
#billing_period ⇒ String
The preferred billing period to get account associations.
1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445 class ListAccountAssociationsInput < Struct.new( :billing_period, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ListAccountAssociationsFilter
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 aren’t associated to billing groups.
‘Billing Group Arn`: linked accounts that are associated to the provided billing group Arn.
1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445 class ListAccountAssociationsInput < Struct.new( :billing_period, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used on subsequent calls to retrieve accounts.
1445 1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445 class ListAccountAssociationsInput < Struct.new( :billing_period, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |