Class: Aws::Types::CreateOTAUpdateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOTAUpdateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_iot_job_arn ⇒ ::String
Returns the value of attribute aws_iot_job_arn.
-
#aws_iot_job_id ⇒ ::String
Returns the value of attribute aws_iot_job_id.
-
#ota_update_arn ⇒ ::String
Returns the value of attribute ota_update_arn.
-
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
-
#ota_update_status ⇒ "CREATE_PENDING", ...
Returns the value of attribute ota_update_status.
Instance Attribute Details
#aws_iot_job_arn ⇒ ::String
Returns the value of attribute aws_iot_job_arn.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def aws_iot_job_arn @aws_iot_job_arn end |
#aws_iot_job_id ⇒ ::String
Returns the value of attribute aws_iot_job_id.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def aws_iot_job_id @aws_iot_job_id end |
#ota_update_arn ⇒ ::String
Returns the value of attribute ota_update_arn.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def ota_update_arn @ota_update_arn end |
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def ota_update_id @ota_update_id end |
#ota_update_status ⇒ "CREATE_PENDING", ...
Returns the value of attribute ota_update_status.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def ota_update_status @ota_update_status end |