Class: Aws::Types::CalculateRouteMatrixRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:departure_time, :depart_now, :key])

Instance Attribute Summary collapse

Instance Attribute Details

#calculator_name::String

Returns the value of attribute calculator_name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def calculator_name
  @calculator_name
end

#car_mode_optionsTypes::CalculateRouteCarModeOptions

Returns the value of attribute car_mode_options.



190
191
192
# File 'sig/types.rbs', line 190

def car_mode_options
  @car_mode_options
end

#depart_nowBoolean

Returns the value of attribute depart_now.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::Array[::Float]])


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.

Returns:

  • (::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.

Returns:

  • (::Array[::Array[::Float]])


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.

Returns:

  • ("Kilometers", "Miles")


189
190
191
# File 'sig/types.rbs', line 189

def distance_unit
  @distance_unit
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def key
  @key
end

#travel_mode"Car", ...

Returns the value of attribute travel_mode.

Returns:

  • ("Car", "Truck", "Walking", "Bicycle", "Motorcycle")


186
187
188
# File 'sig/types.rbs', line 186

def travel_mode
  @travel_mode
end

#truck_mode_optionsTypes::CalculateRouteTruckModeOptions

Returns the value of attribute truck_mode_options.



191
192
193
# File 'sig/types.rbs', line 191

def truck_mode_options
  @truck_mode_options
end