Class: Aws::Drs::Types::DescribeJobsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeJobsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::Job> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of Jobs.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Job to retrieve.
 
Instance Attribute Details
#items ⇒ Array<Types::Job>
An array of Jobs.
      747 748 749 750 751 752  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 747 class DescribeJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token of the next Job to retrieve.
      747 748 749 750 751 752  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 747 class DescribeJobsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  |