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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


9137
9138
9139
9140
9141
9142
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9137

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

#valueFloat

The value of the worker amount capability.

Returns:

  • (Float)


9137
9138
9139
9140
9141
9142
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9137

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