Class: Aws::EC2::Types::ElasticGpuSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuSpecificationResponse
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Deprecated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Deprecated.
Instance Attribute Details
#type ⇒ String
Deprecated.
33009 33010 33011 33012 33013 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33009 class ElasticGpuSpecificationResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |