Struct rusoto_emr::EbsVolume [] [src]

pub struct EbsVolume {
    pub device: Option<String>,
    pub volume_id: Option<String>,
}

EBS block device that's attached to an EC2 instance.

Fields

The device name that is exposed to the instance, such as /dev/sdh.

The volume identifier of the EBS volume.

Trait Implementations

impl Default for EbsVolume
[src]

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

impl Debug for EbsVolume
[src]

Formats the value using the given formatter.

impl Clone for EbsVolume
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more