Class: Aws::GeoRoutes::Types::RoadSnapNotice
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoadSnapNotice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Notices provide information around factors that may have influenced snapping in a manner atypical to the standard use cases.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Code corresponding to the issue.
-
#title ⇒ String
The notice title.
-
#trace_point_indexes ⇒ Array<Integer>
TracePoint indices for which the provided notice code corresponds to.
Instance Attribute Details
#code ⇒ String
Code corresponding to the issue.
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1661 class RoadSnapNotice < Struct.new( :code, :title, :trace_point_indexes) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The notice title.
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1661 class RoadSnapNotice < Struct.new( :code, :title, :trace_point_indexes) SENSITIVE = [] include Aws::Structure end |
#trace_point_indexes ⇒ Array<Integer>
TracePoint indices for which the provided notice code corresponds to.
1661 1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1661 class RoadSnapNotice < Struct.new( :code, :title, :trace_point_indexes) SENSITIVE = [] include Aws::Structure end |