Class: Aws::Deadline::Types::WorkerAmountCapability

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the worker amount capability.

Returns:

  • (String)


9396
9397
9398
9399
9400
9401
# File 'lib/aws-sdk-deadline/types.rb', line 9396

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

#valueFloat

The value of the worker amount capability.

Returns:

  • (Float)


9396
9397
9398
9399
9400
9401
# File 'lib/aws-sdk-deadline/types.rb', line 9396

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