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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4653
4654
4655
4656
4657
# File 'lib/aws-sdk-georoutes/types.rb', line 4653

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