Class: Aws::Rekognition::Types::DescribeProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeProjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response.
-
#project_descriptions ⇒ Array<Types::ProjectDescription>
A list of project descriptions.
Instance Attribute Details
#next_token ⇒ String
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.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1878 class DescribeProjectsResponse < Struct.new( :project_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |
#project_descriptions ⇒ Array<Types::ProjectDescription>
A list of project descriptions. The list is sorted by the date and time the projects are created.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1878 class DescribeProjectsResponse < Struct.new( :project_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |