Class: Aws::Types::SchedulingMinPriorityOverride

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AlwaysScheduleLast, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#always_schedule_lastTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def unknown
  @unknown
end