Class: Aws::GeoRoutes::Types::RoadSnapNotice

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

Instance Attribute Details

#codeString

Code corresponding to the issue.

Returns:

  • (String)


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

#titleString

The notice title.

Returns:

  • (String)


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_indexesArray<Integer>

TracePoint indices for which the provided notice code corresponds to.

Returns:

  • (Array<Integer>)


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