Class: Aws::Types::SchedulingConfiguration

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

Defined Under Namespace

Classes: PriorityBalanced, PriorityFifo, Unknown, WeightedBalanced

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#priority_balancedTypes::PriorityBalancedSchedulingConfiguration

Returns the value of attribute priority_balanced.



2562
2563
2564
# File 'sig/types.rbs', line 2562

def priority_balanced
  @priority_balanced
end

#priority_fifoTypes::PriorityFifoSchedulingConfiguration

Returns the value of attribute priority_fifo.



2561
2562
2563
# File 'sig/types.rbs', line 2561

def priority_fifo
  @priority_fifo
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def unknown
  @unknown
end

#weighted_balancedTypes::WeightedBalancedSchedulingConfiguration

Returns the value of attribute weighted_balanced.



2563
2564
2565
# File 'sig/types.rbs', line 2563

def weighted_balanced
  @weighted_balanced
end