Class: Aws::IoTEvents::Types::CreateDetectorModelResponse

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.



953
954
955
956
957
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 953

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