Class: Aws::Rekognition::Types::ListCollectionsRequest

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

#max_resultsInteger

Maximum number of collection IDs to return.

Returns:

  • (Integer)


4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4854

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

#next_tokenString

Pagination token from the previous response.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4854

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