Class: Aws::GeoRoutes::Types::RouteRoad
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRoad
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The road on the route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#road_name ⇒ Array<Types::LocalizedString>
Name of the road (localized).
-
#route_number ⇒ Array<Types::RouteNumber>
Route number of the road.
-
#towards ⇒ Array<Types::LocalizedString>
Names of destinations that can be reached when traveling on the road.
-
#type ⇒ String
The type of road.
Instance Attribute Details
#road_name ⇒ Array<Types::LocalizedString>
Name of the road (localized).
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4208 class RouteRoad < Struct.new( :road_name, :route_number, :towards, :type) SENSITIVE = [] include Aws::Structure end |
#route_number ⇒ Array<Types::RouteNumber>
Route number of the road.
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4208 class RouteRoad < Struct.new( :road_name, :route_number, :towards, :type) SENSITIVE = [] include Aws::Structure end |
#towards ⇒ Array<Types::LocalizedString>
Names of destinations that can be reached when traveling on the road.
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4208 class RouteRoad < Struct.new( :road_name, :route_number, :towards, :type) SENSITIVE = [] include Aws::Structure end |