Class: Aws::LookoutMetrics::Types::DeleteAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DeleteAnomalyDetectorRequest
- 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 detector to delete.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector to delete.
972 973 974 975 976 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 972 class DeleteAnomalyDetectorRequest < Struct.new( :anomaly_detector_arn) SENSITIVE = [] include Aws::Structure end |