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
- Struct
- Aws::Lightsail::Types::DiskInfo
- Defined in:
- (unknown)
Overview
Describes a disk.
Instance Attribute Summary collapse
-
#is_system_disk ⇒ Boolean
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
-
#name ⇒ String
The disk name.
-
#path ⇒ String
The disk path.
-
#size_in_gb ⇒ Integer
The size of the disk in GB (e.g.,
32
).
Instance Attribute Details
#is_system_disk ⇒ Boolean
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
#name ⇒ String
The disk name.
#path ⇒ String
The disk path.
#size_in_gb ⇒ Integer
The size of the disk in GB (e.g., 32
).