Class: Aws::SecurityIR::Types::ListMembershipsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Request element for ListMemberships to limit the number of responses.

Returns:

  • (Integer)


1287
1288
1289
1290
1291
1292
# File 'lib/aws-sdk-securityir/types.rb', line 1287

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

#next_tokenString

An optional string that, if supplied, must be copied from the output of a previous call to ListMemberships. When provided in this manner, the API fetches the next page of results.

Returns:

  • (String)


1287
1288
1289
1290
1291
1292
# File 'lib/aws-sdk-securityir/types.rb', line 1287

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