Struct rusoto_ec2::InstanceBlockDeviceMappingSpecification [] [src]

pub struct InstanceBlockDeviceMappingSpecification {
    pub device_name: Option<String>,
    pub ebs: Option<EbsInstanceBlockDeviceSpecification>,
    pub no_device: Option<String>,
    pub virtual_name: Option<String>,
}

Describes a block device mapping entry.

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.

suppress the specified device included in the block device mapping.

The virtual device name.

Trait Implementations

impl Default for InstanceBlockDeviceMappingSpecification
[src]

[src]

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

impl Debug for InstanceBlockDeviceMappingSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceBlockDeviceMappingSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more