Class: Aws::Types::SchedulerConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#fair_share"Enabled", "Disabled"

Returns the value of attribute fair_share.



10800
10801
10802
# File 'sig/types.rbs', line 10800

def fair_share
  @fair_share
end

#idle_resource_sharing"Enabled", "Disabled"

Returns the value of attribute idle_resource_sharing.



10801
10802
10803
# File 'sig/types.rbs', line 10801

def idle_resource_sharing
  @idle_resource_sharing
end

#priority_classes::Array[Types::PriorityClass]

Returns the value of attribute priority_classes.



10799
10800
10801
# File 'sig/types.rbs', line 10799

def priority_classes
  @priority_classes
end