Class: Aws::Notifications::Types::ListMemberAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListMemberAccountsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_accounts ⇒ Array<Types::MemberAccount>
The list of member accounts that match the specified criteria.
-
#next_token ⇒ String
The token to use for the next page of results.
Instance Attribute Details
#member_accounts ⇒ Array<Types::MemberAccount>
The list of member accounts that match the specified criteria.
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_token ⇒ String
The token to use for the next page of results.
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 |