Class: Aws::Deadline::Types::AcceleratorSelection

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the GPU accelerator.

Returns:

  • (String)


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

#runtimeString

The driver version that the GPU accelerator uses.

Returns:

  • (String)


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