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

Class: Aws::EC2::Types::DiskInfo

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

Overview

Describes the disk.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of disks with this configuration.

Returns:

  • (Integer)

    The number of disks with this configuration.

#size_in_gbInteger

The size of the disk in GB.

Returns:

  • (Integer)

    The size of the disk in GB.

#typeString

The type of disk.

Possible values:

  • hdd
  • ssd

Returns:

  • (String)

    The type of disk.