Class: Aws::IoTEvents::Types::DescribeDetectorModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeDetectorModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model ⇒ Types::DetectorModel
Information about the detector model.
Instance Attribute Details
#detector_model ⇒ Types::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 |