Class: Aws::GeoRoutes::Types::RouteMatrixScooterOptions

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

#license_plateTypes::RouteMatrixVehicleLicensePlate

The vehicle License Plate.



3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3328

class RouteMatrixScooterOptions < Struct.new(
  :license_plate,
  :max_speed,
  :occupancy)
  SENSITIVE = []
  include Aws::Structure
end

#max_speedFloat

Maximum speed.

Unit: KilometersPerHour

Returns:

  • (Float)


3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3328

class RouteMatrixScooterOptions < Struct.new(
  :license_plate,
  :max_speed,
  :occupancy)
  SENSITIVE = []
  include Aws::Structure
end

#occupancyInteger

The number of occupants in the vehicle.

Default Value: 1

Returns:

  • (Integer)


3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3328

class RouteMatrixScooterOptions < Struct.new(
  :license_plate,
  :max_speed,
  :occupancy)
  SENSITIVE = []
  include Aws::Structure
end