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

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

Overview

Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.

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. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

Returns:

  • (String)


30484
30485
30486
30487
30488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30484

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