Class: Aws::IoT::Types::OTAUpdateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::OTAUpdateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
An OTA update summary.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the OTA update was created.
 - 
  
    
      #ota_update_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OTA update ARN.
 - 
  
    
      #ota_update_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OTA update ID.
 
Instance Attribute Details
#creation_date ⇒ Time
The date when the OTA update was created.
      12340 12341 12342 12343 12344 12345 12346  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12340 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#ota_update_arn ⇒ String
The OTA update ARN.
      12340 12341 12342 12343 12344 12345 12346  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12340 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#ota_update_id ⇒ String
The OTA update ID.
      12340 12341 12342 12343 12344 12345 12346  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12340 class OTAUpdateSummary < Struct.new( :ota_update_id, :ota_update_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  |