Class: Aws::Deadline::Types::WorkerAmountCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WorkerAmountCapability
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of the worker amount capability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the worker amount capability.
-
#value ⇒ Float
The value of the worker amount capability.
Instance Attribute Details
#name ⇒ String
The name of the worker amount capability.
9457 9458 9459 9460 9461 9462 |
# File 'lib/aws-sdk-deadline/types.rb', line 9457 class WorkerAmountCapability < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the worker amount capability.
9457 9458 9459 9460 9461 9462 |
# File 'lib/aws-sdk-deadline/types.rb', line 9457 class WorkerAmountCapability < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |