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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountsArray<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.

Returns:



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_tokenString

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

Returns:

  • (String)


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