Struct rusoto_iot::CreateOTAUpdateResponse [] [src]

pub struct CreateOTAUpdateResponse {
    pub aws_iot_job_arn: Option<String>,
    pub aws_iot_job_id: Option<String>,
    pub ota_update_arn: Option<String>,
    pub ota_update_id: Option<String>,
    pub ota_update_status: Option<String>,
}

Fields

The AWS IoT job ARN associated with the OTA update.

The AWS IoT job ID associated with the OTA update.

The OTA update ARN.

The OTA update ID.

The OTA update status.

Trait Implementations

impl Default for CreateOTAUpdateResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateOTAUpdateResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateOTAUpdateResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations