Class: Aws::Types::CalculateRouteMatrixRequest
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteMatrixRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute departure_positions.
-
#departure_time ⇒ ::Time
Returns the value of attribute departure_time.
-
#destination_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute destination_positions.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#travel_mode ⇒ "Car", ...
Returns the value of attribute travel_mode.
-
#truck_mode_options ⇒ Types::CalculateRouteTruckModeOptions
Returns the value of attribute truck_mode_options.
Instance Attribute Details
#calculator_name ⇒ ::String
Returns the value of attribute calculator_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def calculator_name @calculator_name end |
#car_mode_options ⇒ Types::CalculateRouteCarModeOptions
Returns the value of attribute car_mode_options.
190 191 192 |
# File 'sig/types.rbs', line 190 def end |
#depart_now ⇒ Boolean
Returns the value of attribute depart_now.
188 189 190 |
# File 'sig/types.rbs', line 188 def depart_now @depart_now end |
#departure_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute departure_positions.
184 185 186 |
# File 'sig/types.rbs', line 184 def departure_positions @departure_positions end |
#departure_time ⇒ ::Time
Returns the value of attribute departure_time.
187 188 189 |
# File 'sig/types.rbs', line 187 def departure_time @departure_time end |
#destination_positions ⇒ ::Array[::Array[::Float]]
Returns the value of attribute destination_positions.
185 186 187 |
# File 'sig/types.rbs', line 185 def destination_positions @destination_positions end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
189 190 191 |
# File 'sig/types.rbs', line 189 def distance_unit @distance_unit end |
#key ⇒ ::String
Returns the value of attribute key.
192 193 194 |
# File 'sig/types.rbs', line 192 def key @key end |
#travel_mode ⇒ "Car", ...
Returns the value of attribute travel_mode.
186 187 188 |
# File 'sig/types.rbs', line 186 def travel_mode @travel_mode end |
#truck_mode_options ⇒ Types::CalculateRouteTruckModeOptions
Returns the value of attribute truck_mode_options.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |