Class: Aws::GeoRoutes::Types::IsolineVehicleLicensePlate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineVehicleLicensePlate
- 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
-
#last_character ⇒ String
The last character of the vehicle's license plate.
Instance Attribute Details
#last_character ⇒ String
The last character of the vehicle's license plate. Used to determine road access restrictions in regions with license plate-based traffic management systems.
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 |