Class: Aws::IoT::Types::CreateOTAUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateOTAUpdateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_iot_job_arn ⇒ String
The IoT job ARN associated with the OTA update.
-
#aws_iot_job_id ⇒ String
The 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 IoT job ARN associated with the OTA update.
3439 3440 3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3439 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#aws_iot_job_id ⇒ String
The IoT job ID associated with the OTA update.
3439 3440 3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3439 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#ota_update_arn ⇒ String
The OTA update ARN.
3439 3440 3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3439 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#ota_update_id ⇒ String
The OTA update ID.
3439 3440 3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3439 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#ota_update_status ⇒ String
The OTA update status.
3439 3440 3441 3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3439 class CreateOTAUpdateResponse < Struct.new( :ota_update_id, :aws_iot_job_id, :ota_update_arn, :aws_iot_job_arn, :ota_update_status) SENSITIVE = [] include Aws::Structure end |