Class: Aws::LookoutMetrics::Types::DeactivateAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DeactivateAnomalyDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
940 941 942 943 944 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 940 class DeactivateAnomalyDetectorRequest < Struct.new( :anomaly_detector_arn) SENSITIVE = [] include Aws::Structure end |