Class: Aws::Greengrass::Types::CreateSoftwareUpdateJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::CreateSoftwareUpdateJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #iot_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IoT Job ARN corresponding to this update.
 - 
  
    
      #iot_job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IoT Job Id corresponding to this update.
 - 
  
    
      #platform_software_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The software version installed on the device or devices after the update.
 
Instance Attribute Details
#iot_job_arn ⇒ String
The IoT Job ARN corresponding to this update.
      1198 1199 1200 1201 1202 1203 1204  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1198 class CreateSoftwareUpdateJobResponse < Struct.new( :iot_job_arn, :iot_job_id, :platform_software_version) SENSITIVE = [] include Aws::Structure end  | 
  
#iot_job_id ⇒ String
The IoT Job Id corresponding to this update.
      1198 1199 1200 1201 1202 1203 1204  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1198 class CreateSoftwareUpdateJobResponse < Struct.new( :iot_job_arn, :iot_job_id, :platform_software_version) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_software_version ⇒ String
The software version installed on the device or devices after the update.
      1198 1199 1200 1201 1202 1203 1204  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1198 class CreateSoftwareUpdateJobResponse < Struct.new( :iot_job_arn, :iot_job_id, :platform_software_version) SENSITIVE = [] include Aws::Structure end  |