Class: Aws::BillingConductor::Types::ListAccountAssociationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountsArray<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_tokenString

The pagination token that's used on subsequent calls to get accounts.

Returns:

  • (String)


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