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)


4919
4920
4921
4922
4923
4924
# File 'lib/aws-sdk-rekognition/types.rb', line 4919

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

#next_tokenString

Pagination token from the previous response.

Returns:

  • (String)


4919
4920
4921
4922
4923
4924
# File 'lib/aws-sdk-rekognition/types.rb', line 4919

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