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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_tokenString

Pagination token from the previous response.

Returns:

  • (String)


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