Class: Aws::GeoRoutes::Types::RouteMatrixVehicleLicensePlate

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

Overview

The vehicle License Plate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_characterString

The last character of the License Plate.

Returns:

  • (String)


3571
3572
3573
3574
3575
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3571

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