Class: Aws::LookoutMetrics::Types::ListAnomalyDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListAnomalyDetectorsResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_summary_list ⇒ Array<Types::AnomalyDetectorSummary>
A list of anomaly detectors in the account in the current region.
-
#next_token ⇒ String
If the response is truncated, the service returns this token.
Instance Attribute Details
#anomaly_detector_summary_list ⇒ Array<Types::AnomalyDetectorSummary>
A list of anomaly detectors in the account in the current region.
1998 1999 2000 2001 2002 2003 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1998 class ListAnomalyDetectorsResponse < Struct.new( :anomaly_detector_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.
1998 1999 2000 2001 2002 2003 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1998 class ListAnomalyDetectorsResponse < Struct.new( :anomaly_detector_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |