Module: Aws::IoT::Client::_CreateOTAUpdateResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateOTAUpdateResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#aws_iot_job_arn::String

Returns:

  • (::String)


680
# File 'sig/client.rbs', line 680

def aws_iot_job_arn: () -> ::String

#aws_iot_job_id::String

Returns:

  • (::String)


678
# File 'sig/client.rbs', line 678

def aws_iot_job_id: () -> ::String

#ota_update_arn::String

Returns:

  • (::String)


679
# File 'sig/client.rbs', line 679

def ota_update_arn: () -> ::String

#ota_update_id::String

Returns:

  • (::String)


677
# File 'sig/client.rbs', line 677

def ota_update_id: () -> ::String

#ota_update_status"CREATE_PENDING", ...

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


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")