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 Graphics accelerator.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of Elastic Graphics accelerator.

Returns:

  • (String)


18549
18550
18551
18552
# File 'lib/aws-sdk-ec2/types.rb', line 18549

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