Class: Aws::IoTEvents::Types::DeleteDetectorModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DeleteDetectorModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model_name ⇒ String
The name of the detector model to be deleted.
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model to be deleted.
1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1010 class DeleteDetectorModelRequest < Struct.new( :detector_model_name) SENSITIVE = [] include Aws::Structure end |