Class: Aws::Macie::Types::ListMemberAccountsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::ListMemberAccountsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_accounts ⇒ Array<Types::MemberAccount>
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
-
#next_token ⇒ String
(Discontinued) 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>
(Discontinued) 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.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-macie/types.rb', line 304 class ListMemberAccountsResult < Struct.new( :member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Discontinued) 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.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-macie/types.rb', line 304 class ListMemberAccountsResult < Struct.new( :member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |