Class: Aws::Types::SchedulingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SchedulingConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PriorityBalanced, PriorityFifo, Unknown, WeightedBalanced
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority_balanced ⇒ Types::PriorityBalancedSchedulingConfiguration
Returns the value of attribute priority_balanced.
-
#priority_fifo ⇒ Types::PriorityFifoSchedulingConfiguration
Returns the value of attribute priority_fifo.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#weighted_balanced ⇒ Types::WeightedBalancedSchedulingConfiguration
Returns the value of attribute weighted_balanced.
Instance Attribute Details
#priority_balanced ⇒ Types::PriorityBalancedSchedulingConfiguration
Returns the value of attribute priority_balanced.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def priority_balanced @priority_balanced end |
#priority_fifo ⇒ Types::PriorityFifoSchedulingConfiguration
Returns the value of attribute priority_fifo.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def priority_fifo @priority_fifo end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def unknown @unknown end |
#weighted_balanced ⇒ Types::WeightedBalancedSchedulingConfiguration
Returns the value of attribute weighted_balanced.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def weighted_balanced @weighted_balanced end |