Class: Aws::GeoRoutes::Types::RouteRoad

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

The road on the route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#road_nameArray<Types::LocalizedString>

Name of the road (localized).

Returns:



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_numberArray<Types::RouteNumber>

Route number of the road.

Returns:



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

#towardsArray<Types::LocalizedString>

Names of destinations that can be reached when traveling on the road.

Returns:



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

#typeString

The type of road.

Returns:

  • (String)


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