Class: Aws::Types::SchedulingMaxPriorityOverride

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

Defined Under Namespace

Classes: AlwaysScheduleFirst, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#always_schedule_firstTypes::SchedulingMaxPriorityOverrideAlwaysScheduleFirst

Returns the value of attribute always_schedule_first.



2578
2579
2580
# File 'sig/types.rbs', line 2578

def always_schedule_first
  @always_schedule_first
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def unknown
  @unknown
end