Class: Aws::Types::CalculateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arrival_time ⇒ ::Time
Returns the value of attribute arrival_time.
-
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
-
#car_mode_options ⇒ Types::CalculateRouteCarModeOptions
Returns the value of attribute car_mode_options.
-
#depart_now ⇒ Boolean
Returns the value of attribute depart_now.
-
#departure_position ⇒ ::Array[::Float]
Returns the value of attribute departure_position.
-
#departure_time ⇒ ::Time
Returns the value of attribute departure_time.
-
#destination_position ⇒ ::Array[::Float]
Returns the value of attribute destination_position.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#include_leg_geometry ⇒ Boolean
Returns the value of attribute include_leg_geometry.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#optimize_for ⇒ "FastestRoute", "ShortestRoute"
Returns the value of attribute optimize_for.
-
#travel_mode ⇒ "Car", ...
Returns the value of attribute travel_mode.
-
#truck_mode_options ⇒ Types::CalculateRouteTruckModeOptions
Returns the value of attribute truck_mode_options.
-
#waypoint_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute waypoint_positions.
Instance Attribute Details
#arrival_time ⇒ ::Time
Returns the value of attribute arrival_time.
224 225 226 |
# File 'sig/types.rbs', line 224 def arrival_time @arrival_time end |
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
213 214 215 |
# File 'sig/types.rbs', line 213 def calculator_name @calculator_name end |
#car_mode_options ⇒ Types::CalculateRouteCarModeOptions
Returns the value of attribute car_mode_options.
222 223 224 |
# File 'sig/types.rbs', line 222 def @car_mode_options end |
#depart_now ⇒ Boolean
Returns the value of attribute depart_now.
219 220 221 |
# File 'sig/types.rbs', line 219 def depart_now @depart_now end |
#departure_position ⇒ ::Array[::Float]
Returns the value of attribute departure_position.
214 215 216 |
# File 'sig/types.rbs', line 214 def departure_position @departure_position end |
#departure_time ⇒ ::Time
Returns the value of attribute departure_time.
218 219 220 |
# File 'sig/types.rbs', line 218 def departure_time @departure_time end |
#destination_position ⇒ ::Array[::Float]
Returns the value of attribute destination_position.
215 216 217 |
# File 'sig/types.rbs', line 215 def destination_position @destination_position end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
220 221 222 |
# File 'sig/types.rbs', line 220 def distance_unit @distance_unit end |
#include_leg_geometry ⇒ Boolean
Returns the value of attribute include_leg_geometry.
221 222 223 |
# File 'sig/types.rbs', line 221 def include_leg_geometry @include_leg_geometry end |
#key ⇒ ::String
Returns the value of attribute key.
226 227 228 |
# File 'sig/types.rbs', line 226 def key @key end |
#optimize_for ⇒ "FastestRoute", "ShortestRoute"
Returns the value of attribute optimize_for.
225 226 227 |
# File 'sig/types.rbs', line 225 def optimize_for @optimize_for end |
#travel_mode ⇒ "Car", ...
Returns the value of attribute travel_mode.
217 218 219 |
# File 'sig/types.rbs', line 217 def travel_mode @travel_mode end |
#truck_mode_options ⇒ Types::CalculateRouteTruckModeOptions
Returns the value of attribute truck_mode_options.
223 224 225 |
# File 'sig/types.rbs', line 223 def @truck_mode_options end |
#waypoint_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute waypoint_positions.
216 217 218 |
# File 'sig/types.rbs', line 216 def waypoint_positions @waypoint_positions end |