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

Class: Aws::EC2::Types::EbsInfo

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

Overview

Describes the Amazon EBS features supported by the instance type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_optimized_infoTypes::EbsOptimizedInfo

Describes the optimized EBS performance for the instance type.

Returns:

#ebs_optimized_supportString

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.

Returns:

  • (String)

    Indicates whether the instance type is Amazon EBS-optimized.

#encryption_supportString

Indicates whether Amazon EBS encryption is supported.

Possible values:

  • unsupported
  • supported

Returns:

  • (String)

    Indicates whether Amazon EBS encryption is supported.

#nvme_supportString

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

Possible values:

  • unsupported
  • supported
  • required

Returns:

  • (String)

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