Class: Aws::GeoRoutes::Types::RouteSignpostLabel

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

Overview

Labels presented on the sign post.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#route_numberTypes::RouteNumber

Route number of the road.

Returns:



5994
5995
5996
5997
5998
5999
# File 'lib/aws-sdk-georoutes/types.rb', line 5994

class RouteSignpostLabel < Struct.new(
  :route_number,
  :text)
  SENSITIVE = []
  include Aws::Structure
end

#textTypes::LocalizedString

The Signpost text.



5994
5995
5996
5997
5998
5999
# File 'lib/aws-sdk-georoutes/types.rb', line 5994

class RouteSignpostLabel < Struct.new(
  :route_number,
  :text)
  SENSITIVE = []
  include Aws::Structure
end