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

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

Information about the detector model.



1250
1251
1252
1253
1254
# File 'lib/aws-sdk-iotevents/types.rb', line 1250

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