Class: Aws::Types::PriorityConfigurationOverride
- Inherits:
-
Object
- Object
- Aws::Types::PriorityConfigurationOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_order ⇒ ::Array[::String]
Returns the value of attribute location_order.
-
#placement_fallback_strategy ⇒ "DEFAULT_AFTER_SINGLE_PASS", "NONE"
Returns the value of attribute placement_fallback_strategy.
Instance Attribute Details
#location_order ⇒ ::Array[::String]
Returns the value of attribute location_order.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def location_order @location_order end |
#placement_fallback_strategy ⇒ "DEFAULT_AFTER_SINGLE_PASS", "NONE"
Returns the value of attribute placement_fallback_strategy.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def placement_fallback_strategy @placement_fallback_strategy end |