Struct rusoto_ec2::ImportVolumeTaskDetails [] [src]

pub struct ImportVolumeTaskDetails {
    pub availability_zone: String,
    pub bytes_converted: i64,
    pub description: Option<String>,
    pub image: DiskImageDescription,
    pub volume: DiskImageVolumeDescription,
}

Describes an import volume task.

Fields

The Availability Zone where the resulting volume will reside.

The number of bytes converted so far.

The description you provided when starting the import volume task.

The image.

The volume.

Trait Implementations

impl Default for ImportVolumeTaskDetails
[src]

[src]

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

impl Debug for ImportVolumeTaskDetails
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportVolumeTaskDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more