Class: Aws::IoT::Types::GetJobDocumentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetJobDocumentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job document content.
 
Instance Attribute Details
#document ⇒ String
The job document content.
      7399 7400 7401 7402 7403  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7399 class GetJobDocumentResponse < Struct.new( :document) SENSITIVE = [] include Aws::Structure end  |