Class: Aws::GeoRoutes::Types::RouteScooterOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#engine_typeString

Engine type of the vehicle.

Returns:

  • (String)


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_plateTypes::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_speedFloat

Maximum speed

Unit: KilometersPerHour

Returns:

  • (Float)


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

#occupancyInteger

The number of occupants in the vehicle.

Default Value: 1

Returns:

  • (Integer)


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