Class: Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse
- Includes:
- Structure
- Defined in:
- 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.
4233 4234 4235 4236 4237 |
# File 'lib/aws-sdk-iotevents/types.rb', line 4233 class StartDetectorModelAnalysisResponse < Struct.new( :analysis_id) SENSITIVE = [] include Aws::Structure end |