Class: Aws::Rekognition::Types::DescribeProjectVersionsResponse

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

#next_tokenString

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1813

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

#project_version_descriptionsArray<Types::ProjectVersionDescription>

A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.



1813
1814
1815
1816
1817
1818
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1813

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