Class: Aws::GeoRoutes::Types::RouteMajorRoadLabel
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteMajorRoadLabel
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Important labels including names and route numbers that differentiate the current route from the alternatives presented.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#road_name ⇒ Types::LocalizedString
Name of the road (localized).
-
#route_number ⇒ Types::RouteNumber
Route number of the road.
Instance Attribute Details
#road_name ⇒ Types::LocalizedString
Name of the road (localized).
2817 2818 2819 2820 2821 2822 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2817 class RouteMajorRoadLabel < Struct.new( :road_name, :route_number) SENSITIVE = [] include Aws::Structure end |
#route_number ⇒ Types::RouteNumber
Route number of the road.
2817 2818 2819 2820 2821 2822 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2817 class RouteMajorRoadLabel < Struct.new( :road_name, :route_number) SENSITIVE = [] include Aws::Structure end |