Class: Aws::CloudWatchLogs::Types::ListLogAnomalyDetectorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detectorsArray<Types::AnomalyDetector>

An array of structures, where each structure in the array contains information about one anomaly detector.

Returns:



2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2795

class ListLogAnomalyDetectorsResponse < Struct.new(
  :anomaly_detectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2795

class ListLogAnomalyDetectorsResponse < Struct.new(
  :anomaly_detectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end