Struct rusoto_iot::TransferData [] [src]

pub struct TransferData {
    pub accept_date: Option<f64>,
    pub reject_date: Option<f64>,
    pub reject_reason: Option<String>,
    pub transfer_date: Option<f64>,
    pub transfer_message: Option<String>,
}

Data used to transfer a certificate to an AWS account.

Fields

The date the transfer was accepted.

The date the transfer was rejected.

The reason why the transfer was rejected.

The date the transfer took place.

The transfer message.

Trait Implementations

impl Default for TransferData
[src]

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

impl Debug for TransferData
[src]

Formats the value using the given formatter.

impl Clone for TransferData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more