Class: Aws::LookoutMetrics::Types::UpdateAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::UpdateAnomalyDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the updated detector.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the updated detector.
2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2755 class UpdateAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn) SENSITIVE = [] include Aws::Structure end |