Class: Aws::CloudWatchLogs::Types::ListLogAnomalyDetectorsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_log_group_arnString

Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.

Returns:

  • (String)


2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2775

class ListLogAnomalyDetectorsRequest < Struct.new(
  :filter_log_group_arn,
  :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)


2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2775

class ListLogAnomalyDetectorsRequest < Struct.new(
  :filter_log_group_arn,
  :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)


2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2775

class ListLogAnomalyDetectorsRequest < Struct.new(
  :filter_log_group_arn,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end