Class: Aws::Types::PriorityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PriorityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_order ⇒ ::Array[::String]
Returns the value of attribute location_order.
-
#priority_order ⇒ ::Array[("LATENCY" | "COST" | "DESTINATION" | "LOCATION")]
Returns the value of attribute priority_order.
Instance Attribute Details
#location_order ⇒ ::Array[::String]
Returns the value of attribute location_order.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def location_order @location_order end |
#priority_order ⇒ ::Array[("LATENCY" | "COST" | "DESTINATION" | "LOCATION")]
Returns the value of attribute priority_order.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def priority_order @priority_order end |