Class: Aws::PrometheusService::Types::DescribeAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeAnomalyDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector ⇒ Types::AnomalyDetectorDescription
The detailed information about the anomaly detector.
Instance Attribute Details
#anomaly_detector ⇒ Types::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 |