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.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1334 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.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1334 class DetectorModel < Struct.new( :detector_model_definition, :detector_model_configuration) SENSITIVE = [] include Aws::Structure end |