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

Class: Aws::Lightsail::Types::DiskInfo

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

Overview

Describes a disk.

Instance Attribute Summary collapse

Instance Attribute Details

#is_system_diskBoolean

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

Returns:

  • (Boolean)

    A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

#nameString

The disk name.

Returns:

  • (String)

    The disk name.

#pathString

The disk path.

Returns:

  • (String)

    The disk path.

#size_in_gbInteger

The size of the disk in GB (e.g., 32).

Returns:

  • (Integer)

    The size of the disk in GB (e.g., 32).