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]

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

impl Debug for CreateOTAUpdateResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateOTAUpdateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateOTAUpdateResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations