Class: Aws::CloudWatch::Types::DescribeAnomalyDetectorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeAnomalyDetectorsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detectors ⇒ Array<Types::AnomalyDetector>
The list of anomaly detection models returned by the operation.
-
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
Instance Attribute Details
#anomaly_detectors ⇒ Array<Types::AnomalyDetector>
The list of anomaly detection models returned by the operation.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 897 class DescribeAnomalyDetectorsOutput < Struct.new( :anomaly_detectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent operation to retrieve the next set of results.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 897 class DescribeAnomalyDetectorsOutput < Struct.new( :anomaly_detectors, :next_token) SENSITIVE = [] include Aws::Structure end |