Class: Aws::Types::PriorityConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location_order::Array[::String]

Returns the value of attribute location_order.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("LATENCY" | "COST" | "DESTINATION" | "LOCATION")])


1871
1872
1873
# File 'sig/types.rbs', line 1871

def priority_order
  @priority_order
end