Class: Aws::IoTEvents::Types::AnalysisResultLocation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::AnalysisResultLocation
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A [JsonPath] expression that identifies the error field in your detector model.
 
Instance Attribute Details
#path ⇒ String
A [JsonPath] expression that identifies the error field in your detector model.
      567 568 569 570 571  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 567 class AnalysisResultLocation < Struct.new( :path) SENSITIVE = [] include Aws::Structure end  |