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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_characterString

The last character of the License Plate.

Returns:

  • (String)


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