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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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)


5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5209

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)


5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5209

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)


5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5209

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