Class: Aws::EC2::Types::ElasticGpuSpecification

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

Overview

<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.

</note>

A specification for an Elastic Graphics accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of Elastic Graphics accelerator.

Returns:

  • (String)


30987
30988
30989
30990
30991
# File 'lib/aws-sdk-ec2/types.rb', line 30987

class ElasticGpuSpecification < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end