Class: Aws::LookoutMetrics::Types::DeactivateAnomalyDetectorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

The Amazon Resource Name (ARN) of the anomaly detector.

Returns:

  • (String)


940
941
942
943
944
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 940

class DeactivateAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn)
  SENSITIVE = []
  include Aws::Structure
end