Class: Aws::PrometheusService::Types::DescribeAnomalyDetectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-prometheusservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detectorTypes::AnomalyDetectorDescription

The detailed information about the anomaly detector.



1114
1115
1116
1117
1118
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1114

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