Class: Aws::Macie::Types::ListMemberAccountsRequest

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

#max_resultsInteger

(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.

Returns:

  • (Integer)


281
282
283
284
285
286
# File 'lib/aws-sdk-macie/types.rb', line 281

class ListMemberAccountsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

(Discontinued) Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ‘ListMemberAccounts` action. Subsequent calls to the action fill `nextToken` in the request with the value of `nextToken` from the previous response to continue listing data.

Returns:

  • (String)


281
282
283
284
285
286
# File 'lib/aws-sdk-macie/types.rb', line 281

class ListMemberAccountsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end