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)


2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-deadline/types.rb', line 2363

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

#minFloat

The minimum amount of fleet worker capability.

Returns:

  • (Float)


2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-deadline/types.rb', line 2363

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

#nameString

The name of the fleet capability.

Returns:

  • (String)


2363
2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-deadline/types.rb', line 2363

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