class Aws::Lightsail::Types::AttachDiskRequest

@note When making an API call, you may pass AttachDiskRequest

data as a hash:

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

@!attribute [rw] disk_name

The unique Lightsail disk name (e.g., `my-disk`).
@return [String]

@!attribute [rw] instance_name

The name of the Lightsail instance where you want to utilize the
storage disk.
@return [String]

@!attribute [rw] disk_path

The disk path to expose to the instance (e.g., `/dev/xvdf`).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/AttachDiskRequest AWS API Documentation

Constants

SENSITIVE