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

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

Overview

Describes an elastic GPU.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The elastic GPU type.

Returns:

  • (String)


30303
30304
30305
30306
30307
# File 'lib/aws-sdk-ec2/types.rb', line 30303

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