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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12790
12791
12792
12793
12794
12795
# File 'lib/aws-sdk-deadline/types.rb', line 12790

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

#valuesArray<String>

The values of the worker amount capability.

Returns:

  • (Array<String>)


12790
12791
12792
12793
12794
12795
# File 'lib/aws-sdk-deadline/types.rb', line 12790

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