Class: Aws::Rekognition::Types::ListCollectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListCollectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of collection IDs to return.
-
#next_token ⇒ String
Pagination token from the previous response.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of collection IDs to return.
4867 4868 4869 4870 4871 4872 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4867 class ListCollectionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token from the previous response.
4867 4868 4869 4870 4871 4872 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4867 class ListCollectionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |