Struct rusoto_iot::OTAUpdateSummary[][src]

pub struct OTAUpdateSummary {
    pub creation_date: Option<f64>,
    pub ota_update_arn: Option<String>,
    pub ota_update_id: Option<String>,
}

An OTA update summary.

Fields

The date when the OTA update was created.

The OTA update ARN.

The OTA update ID.

Trait Implementations

impl Default for OTAUpdateSummary
[src]

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

impl Debug for OTAUpdateSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for OTAUpdateSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OTAUpdateSummary
[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