Class: Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID that you can use to retrieve the analysis result.
Instance Attribute Details
#analysis_id ⇒ String
The ID that you can use to retrieve the analysis result.
5960 5961 5962 5963 5964 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 5960 class StartDetectorModelAnalysisResponse < Struct.new( :analysis_id) SENSITIVE = [] include Aws::Structure end |