Struct rusoto_ec2::InstanceBlockDeviceMapping [] [src]

pub struct InstanceBlockDeviceMapping {
    pub device_name: Option<String>,
    pub ebs: Option<EbsInstanceBlockDevice>,
}

Describes a block device mapping.

Fields

The device name exposed to the instance (for example, /dev/sdh or xvdh).

Parameters used to automatically set up EBS volumes when the instance is launched.

Trait Implementations

impl Default for InstanceBlockDeviceMapping
[src]

[src]

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

impl Debug for InstanceBlockDeviceMapping
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceBlockDeviceMapping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more