Class: Aws::EC2::Types::ElasticGpuSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
A specification for an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of Elastic Graphics accelerator.
Instance Attribute Details
#type ⇒ String
The type of Elastic Graphics accelerator. For more information about the values to specify for ‘Type`, see [Elastic Graphics Basics], specifically the Elastic Graphics accelerator column, in the *Amazon Elastic Compute Cloud User Guide for Windows Instances*.
[1]: docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics
30289 30290 30291 30292 30293 |
# File 'lib/aws-sdk-ec2/types.rb', line 30289 class ElasticGpuSpecification < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |