Class: Aws::IoTEvents::Types::DetectorModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DetectorModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information about the detector model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model_configuration ⇒ Types::DetectorModelConfiguration
Information about how the detector is configured.
-
#detector_model_definition ⇒ Types::DetectorModelDefinition
Information that defines how a detector operates.
Instance Attribute Details
#detector_model_configuration ⇒ Types::DetectorModelConfiguration
Information about how the detector is configured.
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1274 class DetectorModel < Struct.new( :detector_model_definition, :detector_model_configuration) SENSITIVE = [] include Aws::Structure end |
#detector_model_definition ⇒ Types::DetectorModelDefinition
Information that defines how a detector operates.
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1274 class DetectorModel < Struct.new( :detector_model_definition, :detector_model_configuration) SENSITIVE = [] include Aws::Structure end |