Struct rusoto_ec2::DiskImageVolumeDescription [] [src]

pub struct DiskImageVolumeDescription {
    pub id: String,
    pub size: Option<i64>,
}

Describes a disk image volume.

Fields

The volume identifier.

The size of the volume, in GiB.

Trait Implementations

impl Default for DiskImageVolumeDescription
[src]

[src]

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

impl Debug for DiskImageVolumeDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for DiskImageVolumeDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more