Class: Aws::IoTEvents::Types::AnalysisResultLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Contains information that you can use to locate the field in your detector model that the analysis result references.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

A JsonPath expression that identifies the error field in your detector model.

Returns:

  • (String)


567
568
569
570
571
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 567

class AnalysisResultLocation < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end