Class: Aws::Macie::Types::ListMemberAccountsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::ListMemberAccountsResult
- Defined in:
- gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_accounts ⇒ Array<Types::MemberAccount>
A list of the Amazon Macie Classic member accounts returned by the action.
-
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
Instance Attribute Details
#member_accounts ⇒ Array<Types::MemberAccount>
A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
369 370 371 372 373 374 |
# File 'gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb', line 369 class ListMemberAccountsResult < Struct.new( :member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
369 370 371 372 373 374 |
# File 'gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb', line 369 class ListMemberAccountsResult < Struct.new( :member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |