Class: Aws::GeoRoutes::Types::RouteSignpost

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#labelsArray<Types::RouteSignpostLabel>

Labels present on the sign post.

Returns:



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