Module: Aws::IoT::Client::_CreateOTAUpdateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateOTAUpdateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_iot_job_arn ⇒ ::String
- #aws_iot_job_id ⇒ ::String
- #ota_update_arn ⇒ ::String
- #ota_update_id ⇒ ::String
- #ota_update_status ⇒ "CREATE_PENDING", ...
Instance Method Details
#aws_iot_job_arn ⇒ ::String
680 |
# File 'sig/client.rbs', line 680
def aws_iot_job_arn: () -> ::String
|
#aws_iot_job_id ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def aws_iot_job_id: () -> ::String
|
#ota_update_arn ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def ota_update_arn: () -> ::String
|
#ota_update_id ⇒ ::String
677 |
# File 'sig/client.rbs', line 677
def ota_update_id: () -> ::String
|
#ota_update_status ⇒ "CREATE_PENDING", ...
681 |
# File 'sig/client.rbs', line 681
def ota_update_status: () -> ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|