Class: Aws::IoTEvents::Types::CreateDetectorModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::CreateDetectorModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model_configuration ⇒ Types::DetectorModelConfiguration
Information about how the detector model is configured.
Instance Attribute Details
#detector_model_configuration ⇒ Types::DetectorModelConfiguration
Information about how the detector model is configured.
953 954 955 956 957 |
# File 'lib/aws-sdk-iotevents/types.rb', line 953 class CreateDetectorModelResponse < Struct.new( :detector_model_configuration) SENSITIVE = [] include Aws::Structure end |