Class: Aws::Types::SchedulingMinPriorityOverride
- Inherits:
-
Object
- Object
- Aws::Types::SchedulingMinPriorityOverride
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AlwaysScheduleLast, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#always_schedule_last ⇒ Types::SchedulingMinPriorityOverrideAlwaysScheduleLast
Returns the value of attribute always_schedule_last.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#always_schedule_last ⇒ Types::SchedulingMinPriorityOverrideAlwaysScheduleLast
Returns the value of attribute always_schedule_last.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def always_schedule_last @always_schedule_last end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def unknown @unknown end |