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.



1096
1097
1098
1099
1100
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1096

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