Class: Aws::Deadline::Types::FleetAmountCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FleetAmountCapability
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The fleet amount and attribute capabilities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Float
The maximum amount of the fleet worker capability.
-
#min ⇒ Float
The minimum amount of fleet worker capability.
-
#name ⇒ String
The name of the fleet capability.
Instance Attribute Details
#max ⇒ Float
The maximum amount of the fleet worker capability.
2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2363 class FleetAmountCapability < Struct.new( :name, :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The minimum amount of fleet worker capability.
2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2363 class FleetAmountCapability < Struct.new( :name, :min, :max) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the fleet capability.
2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2363 class FleetAmountCapability < Struct.new( :name, :min, :max) SENSITIVE = [] include Aws::Structure end |