Class: Aws::IoTEvents::Types::UpdateDetectorModelResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_configurationTypes::DetectorModelConfiguration

Information about how the detector model is configured.



3132
3133
3134
3135
3136
# File 'lib/aws-sdk-iotevents/types.rb', line 3132

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