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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the Amazon EBS features supported by the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_optimized_infoTypes::EbsOptimizedInfo

Describes the optimized EBS performance for the instance type.



30191
30192
30193
30194
30195
30196
30197
30198
# File 'lib/aws-sdk-ec2/types.rb', line 30191

class EbsInfo < Struct.new(
  :ebs_optimized_support,
  :encryption_support,
  :ebs_optimized_info,
  :nvme_support)
  SENSITIVE = []
  include Aws::Structure
end

#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*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html

Returns:

  • (String)


30191
30192
30193
30194
30195
30196
30197
30198
# File 'lib/aws-sdk-ec2/types.rb', line 30191

class EbsInfo < Struct.new(
  :ebs_optimized_support,
  :encryption_support,
  :ebs_optimized_info,
  :nvme_support)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_supportString

Indicates whether Amazon EBS encryption is supported.

Returns:

  • (String)


30191
30192
30193
30194
30195
30196
30197
30198
# File 'lib/aws-sdk-ec2/types.rb', line 30191

class EbsInfo < Struct.new(
  :ebs_optimized_support,
  :encryption_support,
  :ebs_optimized_info,
  :nvme_support)
  SENSITIVE = []
  include Aws::Structure
end

#nvme_supportString

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

Returns:

  • (String)


30191
30192
30193
30194
30195
30196
30197
30198
# File 'lib/aws-sdk-ec2/types.rb', line 30191

class EbsInfo < Struct.new(
  :ebs_optimized_support,
  :encryption_support,
  :ebs_optimized_info,
  :nvme_support)
  SENSITIVE = []
  include Aws::Structure
end