Class: Aws::IoT::Types::CreateOTAUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateOTAUpdateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#aws_iot_job_arn ⇒ String
The AWS IoT job ARN associated with the OTA update.
-
#aws_iot_job_id ⇒ String
The AWS IoT job ID associated with the OTA update.
-
#ota_update_arn ⇒ String
The OTA update ARN.
-
#ota_update_id ⇒ String
The OTA update ID.
-
#ota_update_status ⇒ String
The OTA update status.
Instance Attribute Details
#aws_iot_job_arn ⇒ String
The AWS IoT job ARN associated with the OTA update.
2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-iot/types.rb', line 2227 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) include Aws::Structure end |
#aws_iot_job_id ⇒ String
The AWS IoT job ID associated with the OTA update.
2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-iot/types.rb', line 2227 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) include Aws::Structure end |
#ota_update_arn ⇒ String
The OTA update ARN.
2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-iot/types.rb', line 2227 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) include Aws::Structure end |
#ota_update_id ⇒ String
The OTA update ID.
2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-iot/types.rb', line 2227 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) include Aws::Structure end |
#ota_update_status ⇒ String
The OTA update status.
2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-iot/types.rb', line 2227 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) include Aws::Structure end |