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 =
[:type]

Instance Attribute Summary collapse

Instance Attribute Details

#road_nameArray<Types::LocalizedString>

Name of the road (localized).



4274
4275
4276
4277
4278
4279
4280
4281
# File 'lib/aws-sdk-georoutes/types.rb', line 4274

class RouteRoad < Struct.new(
  :road_name,
  :route_number,
  :towards,
  :type)
  SENSITIVE = [:type]
  include Aws::Structure
end

#route_numberArray<Types::RouteNumber>

Route number of the road.



4274
4275
4276
4277
4278
4279
4280
4281
# File 'lib/aws-sdk-georoutes/types.rb', line 4274

class RouteRoad < Struct.new(
  :road_name,
  :route_number,
  :towards,
  :type)
  SENSITIVE = [:type]
  include Aws::Structure
end

#towardsArray<Types::LocalizedString>

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



4274
4275
4276
4277
4278
4279
4280
4281
# File 'lib/aws-sdk-georoutes/types.rb', line 4274

class RouteRoad < Struct.new(
  :road_name,
  :route_number,
  :towards,
  :type)
  SENSITIVE = [:type]
  include Aws::Structure
end

#typeString

The type of road.



4274
4275
4276
4277
4278
4279
4280
4281
# File 'lib/aws-sdk-georoutes/types.rb', line 4274

class RouteRoad < Struct.new(
  :road_name,
  :route_number,
  :towards,
  :type)
  SENSITIVE = [:type]
  include Aws::Structure
end