Class: Aws::Rekognition::Types::ListUsersRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

The ID of an existing collection.

Returns:

  • (String)


5222
5223
5224
5225
5226
5227
5228
# File 'lib/aws-sdk-rekognition/types.rb', line 5222

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

#max_resultsInteger

Maximum number of UsersID to return.

Returns:

  • (Integer)


5222
5223
5224
5225
5226
5227
5228
# File 'lib/aws-sdk-rekognition/types.rb', line 5222

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

#next_tokenString

Pagingation token to receive the next set of UsersID.

Returns:

  • (String)


5222
5223
5224
5225
5226
5227
5228
# File 'lib/aws-sdk-rekognition/types.rb', line 5222

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