You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::DiskMap

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DiskMap as input to an Aws::Client method, you can use a vanilla Hash:

{
  original_disk_path: "NonEmptyString",
  new_disk_name: "ResourceName",
}

Describes a block storage disk mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#new_disk_nameString

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

Returns:

  • (String)

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

#original_disk_pathString

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

Returns:

  • (String)

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