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

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

Overview

Deprecated.

<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Deprecated.

<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024.

</note>

Returns:

  • (String)


33760
33761
33762
33763
33764
# File 'lib/aws-sdk-ec2/types.rb', line 33760

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