Class: Aws::GeoRoutes::Types::RouteScooterOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteScooterOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Travel mode options when the provided travel mode is "Scooter"
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_type ⇒ String
Engine type of the vehicle.
-
#license_plate ⇒ Types::RouteVehicleLicensePlate
The vehicle License Plate.
-
#max_speed ⇒ Float
Maximum speed.
-
#occupancy ⇒ Integer
The number of occupants in the vehicle.
Instance Attribute Details
#engine_type ⇒ String
Engine type of the vehicle.
4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4319 class RouteScooterOptions < Struct.new( :engine_type, :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |
#license_plate ⇒ Types::RouteVehicleLicensePlate
The vehicle License Plate.
4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4319 class RouteScooterOptions < Struct.new( :engine_type, :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |
#max_speed ⇒ Float
Maximum speed
Unit: KilometersPerHour
4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4319 class RouteScooterOptions < Struct.new( :engine_type, :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |
#occupancy ⇒ Integer
The number of occupants in the vehicle.
Default Value: 1
4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4319 class RouteScooterOptions < Struct.new( :engine_type, :license_plate, :max_speed, :occupancy) SENSITIVE = [] include Aws::Structure end |