Class: Aws::IoTEvents::Types::CreateDetectorModelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::CreateDetectorModelRequest
 
 
- 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 the detectors operate.
 - 
  
    
      #detector_model_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A brief description of the detector model.
 - 
  
    
      #detector_model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the detector model.
 - 
  
    
      #evaluation_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the order in which events are evaluated and how actions are executed.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance).
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata that can be used to manage the detector model.
 
Instance Attribute Details
#detector_model_definition ⇒ Types::DetectorModelDefinition
Information that defines how the detectors operate.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_model_description ⇒ String
A brief description of the detector model.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_model_name ⇒ String
The name of the detector model.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_method ⇒ String
Information about the order in which events are evaluated and how actions are executed.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#key ⇒ String
The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :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.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the detector model.
      937 938 939 940 941 942 943 944 945 946 947  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 937 class CreateDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_definition, :detector_model_description, :key, :role_arn, :tags, :evaluation_method) SENSITIVE = [] include Aws::Structure end  |