Class: Aws::IoTEvents::Types::DescribeDetectorModelAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeDetectorModelAnalysisRequest
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass DescribeDetectorModelAnalysisRequest data as a hash:
{
analysis_id: "AnalysisId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis result that you want to retrieve.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis result that you want to retrieve.
2283 2284 2285 2286 2287 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2283 class DescribeDetectorModelAnalysisRequest < Struct.new( :analysis_id) SENSITIVE = [] include Aws::Structure end |