Class: Aws::GeoRoutes::Types::RouteMatrixTravelModeOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Travel mode related options for the provided travel mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#carTypes::RouteMatrixCarOptions

Travel mode options when the provided travel mode is Car.



4498
4499
4500
4501
4502
4503
4504
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4498

class RouteMatrixTravelModeOptions < Struct.new(
  :car,
  :scooter,
  :truck)
  SENSITIVE = []
  include Aws::Structure
end

#scooterTypes::RouteMatrixScooterOptions

Travel mode options when the provided travel mode is Scooter.

When travel mode is set to Scooter, then the avoidance option ControlledAccessHighways defaults to true.



4498
4499
4500
4501
4502
4503
4504
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4498

class RouteMatrixTravelModeOptions < Struct.new(
  :car,
  :scooter,
  :truck)
  SENSITIVE = []
  include Aws::Structure
end

#truckTypes::RouteMatrixTruckOptions

Travel mode options when the provided travel mode is Truck.



4498
4499
4500
4501
4502
4503
4504
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4498

class RouteMatrixTravelModeOptions < Struct.new(
  :car,
  :scooter,
  :truck)
  SENSITIVE = []
  include Aws::Structure
end