You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::ListCollectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListCollectionsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListCollectionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "PaginationToken",
max_results: 1,
}
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.
#next_token ⇒ String
Pagination token from the previous response.