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.
1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1205 class DescribeDetectorModelResponse < Struct.new( :detector_model) SENSITIVE = [] include Aws::Structure end |