Class: Aws::GeoRoutes::Types::RouteSignpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteSignpost
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Sign post information of the action, applicable only for TurnByTurn steps. See RouteSignpost for details of sub-attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labels ⇒ Array<Types::RouteSignpostLabel>
Labels present on the sign post.
Instance Attribute Details
#labels ⇒ Array<Types::RouteSignpostLabel>
Labels present on the sign post.
5054 5055 5056 5057 5058 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5054 class RouteSignpost < Struct.new( :labels) SENSITIVE = [] include Aws::Structure end |