Class: Aws::GeoRoutes::Types::IsolineVehicleLicensePlate

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)


1446
1447
1448
1449
1450
# File 'lib/aws-sdk-georoutes/types.rb', line 1446

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