Class: Aws::IoT::Types::GetOTAUpdateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetOTAUpdateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ota_update_info  ⇒ Types::OTAUpdateInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OTA update info.
 
Instance Attribute Details
#ota_update_info ⇒ Types::OTAUpdateInfo
The OTA update info.
      7442 7443 7444 7445 7446  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7442 class GetOTAUpdateResponse < Struct.new( :ota_update_info) SENSITIVE = [] include Aws::Structure end  |