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)


9476
9477
9478
9479
9480
9481
# File 'lib/aws-sdk-deadline/types.rb', line 9476

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

#valuesArray<String>

The values of the worker amount capability.

Returns:

  • (Array<String>)


9476
9477
9478
9479
9480
9481
# File 'lib/aws-sdk-deadline/types.rb', line 9476

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