Class: Aws::GeoRoutes::Types::IsolineVehicleLicensePlate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineVehicleLicensePlate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The vehicle license plate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_character ⇒ String
The last character of the License Plate.
Instance Attribute Details
#last_character ⇒ String
The last character of the License Plate.
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 |