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

Class: Aws::EC2::Types::InstanceStorageInfo

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

Overview

Describes the disks that are available for the instance type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disksArray<Types::DiskInfo>

Describes the disks that are available for the instance type.

Returns:

  • (Array<Types::DiskInfo>)

    Describes the disks that are available for the instance type.

#nvme_supportString

Indicates whether non-volatile memory express (NVMe) is supported for instance store.

Possible values:

  • unsupported
  • supported
  • required

Returns:

  • (String)

    Indicates whether non-volatile memory express (NVMe) is supported for instance store.

#total_size_in_gbInteger

The total size of the disks, in GB.

Returns:

  • (Integer)

    The total size of the disks, in GB.