Class: Aws::EC2::Types::ElasticGpuSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuSpecificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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.
30303 30304 30305 30306 30307 |
# File 'lib/aws-sdk-ec2/types.rb', line 30303 class ElasticGpuSpecificationResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |