Class: Aws::LookoutMetrics::Types::ListAnomalyDetectorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_summary_listArray<Types::AnomalyDetectorSummary>

A list of anomaly detectors in the account in the current region.

Returns:



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_tokenString

If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


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