Class: Aws::Rekognition::Types::ListUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListUsersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_id ⇒ String
The ID of an existing collection.
-
#max_results ⇒ Integer
Maximum number of UsersID to return.
-
#next_token ⇒ String
Pagingation token to receive the next set of UsersID.
Instance Attribute Details
#collection_id ⇒ String
The ID of an existing collection.
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_results ⇒ Integer
Maximum number of UsersID to return.
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_token ⇒ String
Pagingation token to receive the next set of UsersID.
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 |