Class: Aws::Rekognition::Types::DescribeProjectsResponse

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

#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)


1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-rekognition/types.rb', line 1866

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

#project_descriptionsArray<Types::ProjectDescription>

A list of project descriptions. The list is sorted by the date and time the projects are created.

Returns:



1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-rekognition/types.rb', line 1866

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