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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/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.



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

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