Class: Aws::LookoutMetrics::Types::CreateAnomalyDetectorResponse

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 ARN of the detector.

Returns:

  • (String)


768
769
770
771
772
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 768

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