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.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The elastic GPU type.

Returns:

  • (String)


18562
18563
18564
18565
# File 'lib/aws-sdk-ec2/types.rb', line 18562

class ElasticGpuSpecificationResponse < Struct.new(
  :type)
  include Aws::Structure
end