Class: Aws::IoTEvents::Types::UpdateDetectorModelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::UpdateDetectorModelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #detector_model_definition  ⇒ Types::DetectorModelDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information that defines how a detector operates.
 - 
  
    
      #detector_model_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A brief description of the detector model.
 - 
  
    
      #detector_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the detector model that is updated.
 - 
  
    
      #evaluation_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the order in which events are evaluated and how actions are executed.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
 
Instance Attribute Details
#detector_model_definition ⇒ Types::DetectorModelDefinition
Information that defines how a detector operates.
      3119 3120 3121 3122 3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3119 class UpdateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :role_arn, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_model_description ⇒ String
A brief description of the detector model.
      3119 3120 3121 3122 3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3119 class UpdateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :role_arn, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_model_name ⇒ String
The name of the detector model that is updated.
      3119 3120 3121 3122 3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3119 class UpdateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :role_arn, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_method ⇒ String
Information about the order in which events are evaluated and how actions are executed.
      3119 3120 3121 3122 3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3119 class UpdateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :role_arn, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
      3119 3120 3121 3122 3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3119 class UpdateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :role_arn, :evaluation_method) SENSITIVE = [] include Aws::Structure end  |