Class: Aws::IoTEvents::Types::DescribeDetectorModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeDetectorModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass DescribeDetectorModelRequest data as a hash:
{
detector_model_name: "DetectorModelName", # required
detector_model_version: "DetectorModelVersion",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_model_name ⇒ String
The name of the detector model.
-
#detector_model_version ⇒ String
The version of the detector model.
Instance Attribute Details
#detector_model_name ⇒ String
The name of the detector model.
1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1239 class DescribeDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_version) SENSITIVE = [] include Aws::Structure end |
#detector_model_version ⇒ String
The version of the detector model.
1239 1240 1241 1242 1243 1244 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1239 class DescribeDetectorModelRequest < Struct.new( :detector_model_name, :detector_model_version) SENSITIVE = [] include Aws::Structure end |