Class: Aws::IoTEvents::Types::DescribeDetectorModelResponse

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_modelTypes::DetectorModel

Information about the detector model.



1205
1206
1207
1208
1209
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1205

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