Class: Aws::EC2::Types::ElasticGpuSpecificationResponse

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

Overview

Deprecated.

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Deprecated.

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.

Returns:

  • (String)


30561
30562
30563
30564
30565
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30561

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