Class: Aws::Notifications::Types::ListMemberAccountsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountsArray<Types::MemberAccount>

The list of member accounts that match the specified criteria.

Returns:



1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-notifications/types.rb', line 1456

class ListMemberAccountsResponse < Struct.new(
  :member_accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use for the next page of results.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
# File 'lib/aws-sdk-notifications/types.rb', line 1456

class ListMemberAccountsResponse < Struct.new(
  :member_accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end