Class: Aws::GeoRoutes::Types::RouteSignpost
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteSignpost
- Includes:
- Structure
- Defined in:
- 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.
5976 5977 5978 5979 5980 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5976 class RouteSignpost < Struct.new( :labels) SENSITIVE = [] include Aws::Structure end |