Class: Aws::Deadline::Types::FleetAmountCapability

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The fleet amount and attribute capabilities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxFloat

The maximum amount of the fleet worker capability.

Returns:

  • (Float)


4312
4313
4314
4315
4316
4317
4318
# File 'lib/aws-sdk-deadline/types.rb', line 4312

class FleetAmountCapability < Struct.new(
  :name,
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minFloat

The minimum amount of fleet worker capability.

Returns:

  • (Float)


4312
4313
4314
4315
4316
4317
4318
# File 'lib/aws-sdk-deadline/types.rb', line 4312

class FleetAmountCapability < Struct.new(
  :name,
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the fleet capability.

Returns:

  • (String)


4312
4313
4314
4315
4316
4317
4318
# File 'lib/aws-sdk-deadline/types.rb', line 4312

class FleetAmountCapability < Struct.new(
  :name,
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end