Class: Aws::Drs::Types::DescribeJobLogItemsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeJobLogItemsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Job for which Job log items will be retrieved.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum number of Job log items to retrieve.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Job log items to retrieve.
 
Instance Attribute Details
#job_id ⇒ String
The ID of the Job for which Job log items will be retrieved.
      665 666 667 668 669 670 671  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 665 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
Maximum number of Job log items to retrieve.
      665 666 667 668 669 670 671  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 665 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token of the next Job log items to retrieve.
      665 666 667 668 669 670 671  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 665 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |