Class: Aws::EC2::Types::ElasticGpuSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuSpecificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024.
</note>
Describes an elastic GPU.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The elastic GPU type.
Instance Attribute Details
#type ⇒ String
The elastic GPU type.
31277 31278 31279 31280 31281 |
# File 'lib/aws-sdk-ec2/types.rb', line 31277 class ElasticGpuSpecificationResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |