Class: Aws::GeoRoutes::Types::IsolineVehicleLicensePlate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

License plate information used in regions where road access or routing restrictions are based on license plate numbers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_characterString

The last character of the vehicle's license plate. Used to determine road access restrictions in regions with license plate-based traffic management systems.

Returns:

  • (String)


1932
1933
1934
1935
1936
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1932

class IsolineVehicleLicensePlate < Struct.new(
  :last_character)
  SENSITIVE = []
  include Aws::Structure
end