Class: Aws::GeoRoutes::Types::RouteMatrixVehicleLicensePlate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMatrixVehicleLicensePlate
- 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
-
#last_character ⇒ String
The last character of the License Plate.
Instance Attribute Details
#last_character ⇒ String
The last character of the License Plate.
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 |