Class: Aws::Rekognition::Types::DescribeProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeProjectsResponse
- Defined in:
- gems/aws-sdk-rekognition/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 Custom Labels 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 Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
1625 1626 1627 1628 1629 1630 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1625 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.
1625 1626 1627 1628 1629 1630 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1625 class DescribeProjectsResponse < Struct.new( :project_descriptions, :next_token) SENSITIVE = [] include Aws::Structure end |