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

Class: Aws::Lightsail::Types::AttachDiskRequest

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

Overview

Note:

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

{
  disk_name: "ResourceName", # required
  instance_name: "ResourceName", # required
  disk_path: "NonEmptyString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#disk_nameString

The unique Lightsail disk name (e.g., my-disk).

Returns:

  • (String)

    The unique Lightsail disk name (e.g., my-disk).

#disk_pathString

The disk path to expose to the instance (e.g., /dev/xvdf).

Returns:

  • (String)

    The disk path to expose to the instance (e.g., /dev/xvdf).

#instance_nameString

The name of the Lightsail instance where you want to utilize the storage disk.

Returns:

  • (String)

    The name of the Lightsail instance where you want to utilize the storage disk.