Class: Aws::Deadline::Types::AcceleratorSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AcceleratorSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Values that you can use to select a particular Amazon EC2 instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the GPU accelerator.
-
#runtime ⇒ String
The driver version that the GPU accelerator uses.
Instance Attribute Details
#name ⇒ String
The name of the GPU accelerator.
74 75 76 77 78 79 |
# File 'lib/aws-sdk-deadline/types.rb', line 74 class AcceleratorSelection < Struct.new( :name, :runtime) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The driver version that the GPU accelerator uses.
74 75 76 77 78 79 |
# File 'lib/aws-sdk-deadline/types.rb', line 74 class AcceleratorSelection < Struct.new( :name, :runtime) SENSITIVE = [] include Aws::Structure end |