Class: Aws::GeoRoutes::Types::RouteMatrixCarOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixCarOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Options related to the car.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_plate ⇒ Types::RouteMatrixVehicleLicensePlate
The vehicle License Plate.
-
#max_speed ⇒ Float
Maximum speed.
-
#occupancy ⇒ Integer
The number of occupants in the vehicle.
Instance Attribute Details
#license_plate ⇒ Types::RouteMatrixVehicleLicensePlate
The vehicle License Plate.
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3112 class RouteMatrixCarOptions < Struct.new( :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |
#max_speed ⇒ Float
Maximum speed
Unit: ‘KilometersPerHour`
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3112 class RouteMatrixCarOptions < Struct.new( :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |
#occupancy ⇒ Integer
The number of occupants in the vehicle.
Default Value: ‘1`
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3112 class RouteMatrixCarOptions < Struct.new( :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |