Class: Aws::GeoRoutes::Types::RouteMajorRoadLabel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#road_nameTypes::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_numberTypes::RouteNumber

Route number of the road.

Returns:



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