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. Read more

impl Clone for EbsVolume
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EbsVolume
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EbsVolume

impl Sync for EbsVolume