You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie::Types::ListMemberAccountsResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountsArray<Types::MemberAccount>

A list of the Amazon Macie Classic member accounts returned by the action. The current master account is also included in this list.

Returns:

  • (Array<Types::MemberAccount>)

    A list of the Amazon Macie Classic member accounts returned by the action.

#next_tokenString

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.

Returns:

  • (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.