You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::DescribeProjectsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Rekognition::Types::DescribeProjectsResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
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.
#project_descriptions ⇒ Array<Types::ProjectDescription>
A list of project descriptions. The list is sorted by the date and time the projects are created.