Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectorRequest

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 to describe.

Returns:

  • (String)


1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1057

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