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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-lookoutmetrics/types.rb', line 940

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