Class: Aws::BillingConductor::Types::ListAccountAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListAccountAssociationsOutput
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linked_accounts ⇒ Array<Types::AccountAssociationsListElement>
The list of linked accounts in the payer account.
-
#next_token ⇒ String
The pagination token that's used on subsequent calls to get accounts.
Instance Attribute Details
#linked_accounts ⇒ Array<Types::AccountAssociationsListElement>
The list of linked accounts in the payer account.
1464 1465 1466 1467 1468 1469 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1464 class ListAccountAssociationsOutput < Struct.new( :linked_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used on subsequent calls to get accounts.
1464 1465 1466 1467 1468 1469 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1464 class ListAccountAssociationsOutput < Struct.new( :linked_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |