Class: Aws::GeoRoutes::Types::RouteMatrixTravelModeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixTravelModeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Travel mode related options for the provided travel mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#car ⇒ Types::RouteMatrixCarOptions
Travel mode options when the provided travel mode is “Car”.
-
#scooter ⇒ Types::RouteMatrixScooterOptions
Travel mode options when the provided travel mode is “Scooter”.
-
#truck ⇒ Types::RouteMatrixTruckOptions
Travel mode options when the provided travel mode is “Truck”.
Instance Attribute Details
#car ⇒ Types::RouteMatrixCarOptions
Travel mode options when the provided travel mode is “Car”
3418 3419 3420 3421 3422 3423 3424 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3418 class RouteMatrixTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end |
#scooter ⇒ Types::RouteMatrixScooterOptions
Travel mode options when the provided travel mode is “Scooter”
3418 3419 3420 3421 3422 3423 3424 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3418 class RouteMatrixTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end |
#truck ⇒ Types::RouteMatrixTruckOptions
Travel mode options when the provided travel mode is “Truck”
3418 3419 3420 3421 3422 3423 3424 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3418 class RouteMatrixTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end |