Class: Aws::GeoRoutes::Types::RouteVehicleLicensePlate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleLicensePlate
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
License plate information of the vehicle. Currently, only the last character is used where license plate based controlled access is enforced.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_character ⇒ String
The last character of the License Plate.
Instance Attribute Details
#last_character ⇒ String
The last character of the License Plate.
5259 5260 5261 5262 5263 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5259 class RouteVehicleLicensePlate < Struct.new( :last_character) SENSITIVE = [] include Aws::Structure end |