Struct rusoto_lightsail::DiskMap[][src]

pub struct DiskMap {
    pub new_disk_name: Option<String>,
    pub original_disk_path: Option<String>,
}

Describes a block storage disk mapping.

Fields

The new disk name (e.g., my-new-disk).

The original disk path exposed to the instance (for example, /dev/sdh).

Trait Implementations

impl Default for DiskMap
[src]

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

impl Debug for DiskMap
[src]

Formats the value using the given formatter. Read more

impl Clone for DiskMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DiskMap
[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 DiskMap

impl Sync for DiskMap