Class: Aws::IoTEvents::Types::DetectorModel

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Information about the detector model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_configurationTypes::DetectorModelConfiguration

Information about how the detector is configured.



1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-iotevents/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_definitionTypes::DetectorModelDefinition

Information that defines how a detector operates.



1274
1275
1276
1277
1278
1279
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1274

class DetectorModel < Struct.new(
  :detector_model_definition,
  :detector_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end