Class: Aws::CloudWatchLogs::Types::ListAnomaliesRequest

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_detector_arnString

Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.

Returns:

  • (String)


2730
2731
2732
2733
2734
2735
2736
2737
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2730

class ListAnomaliesRequest < Struct.new(
  :anomaly_detector_arn,
  :suppression_state,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of items to return. If you don’t specify a value, the default maximum value of 50 items is used.

Returns:

  • (Integer)


2730
2731
2732
2733
2734
2735
2736
2737
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2730

class ListAnomaliesRequest < Struct.new(
  :anomaly_detector_arn,
  :suppression_state,
  :limit,
  :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)


2730
2731
2732
2733
2734
2735
2736
2737
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2730

class ListAnomaliesRequest < Struct.new(
  :anomaly_detector_arn,
  :suppression_state,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#suppression_stateString

You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.

Returns:

  • (String)


2730
2731
2732
2733
2734
2735
2736
2737
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2730

class ListAnomaliesRequest < Struct.new(
  :anomaly_detector_arn,
  :suppression_state,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end