Class: Aws::Deadline::Types::WorkerAttributeCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WorkerAttributeCapability
- 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
-
#name ⇒ String
The name of the worker attribute capability.
-
#values ⇒ Array<String>
The values of the worker amount capability.
Instance Attribute Details
#name ⇒ String
The name of the worker attribute capability.
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 |
#values ⇒ Array<String>
The values of the worker amount capability.
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 |