Class: Aws::GeoRoutes::Types::RouteVehicleLicensePlate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 =
[:last_character]

Instance Attribute Summary collapse

Instance Attribute Details

#last_characterString

The last character of the License Plate.



5339
5340
5341
5342
5343
# File 'lib/aws-sdk-georoutes/types.rb', line 5339

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