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

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

Overview

Note:

When making an API call, you may pass ElasticGpuSpecification data as a hash:

{
  type: "String", # required
}

A specification for an Elastic GPU.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of Elastic GPU.

Returns:

  • (String)


12381
12382
12383
12384
# File 'lib/aws-sdk-ec2/types.rb', line 12381

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