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)


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

#valueFloat

The value of the worker amount capability.

Returns:

  • (Float)


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