Class: Aws::Deadline::Types::WorkerAttributeCapability

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of the worker attribute capability.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the worker attribute capability.

Returns:

  • (String)


9156
9157
9158
9159
9160
9161
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9156

class WorkerAttributeCapability < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values of the worker amount capability.

Returns:

  • (Array<String>)


9156
9157
9158
9159
9160
9161
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9156

class WorkerAttributeCapability < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end