Class: Aws::S3Control::Types::DescribeJobResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::DescribeJobResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Types::JobDescriptor 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the configuration parameters and status for the job specified in the ‘Describe Job` request.
 
Instance Attribute Details
#job ⇒ Types::JobDescriptor
Contains the configuration parameters and status for the job specified in the ‘Describe Job` request.
      1929 1930 1931 1932 1933  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 1929 class DescribeJobResult < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |