Struct rusoto_ec2::ClientData [] [src]

pub struct ClientData {
    pub comment: Option<String>,
    pub upload_end: Option<String>,
    pub upload_size: Option<f64>,
    pub upload_start: Option<String>,
}

Describes the client-specific data.

Fields

A user-defined comment about the disk upload.

The time that the disk upload ends.

The size of the uploaded disk image, in GiB.

The time that the disk upload starts.

Trait Implementations

impl Default for ClientData
[src]

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

impl Debug for ClientData
[src]

Formats the value using the given formatter.

impl Clone for ClientData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more