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.
1853 1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1853 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.
1853 1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1853 class ListAnomalyDetectorsResponse < Struct.new( :anomaly_detector_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |