Class: Aws::CloudWatchLogs::Types::ListLogAnomalyDetectorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListLogAnomalyDetectorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_log_group_arn ⇒ String
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#filter_log_group_arn ⇒ String
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3776 class ListLogAnomalyDetectorsRequest < Struct.new( :filter_log_group_arn, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return. If you don’t specify a value, the default maximum value of 50 items is used.
3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3776 class ListLogAnomalyDetectorsRequest < Struct.new( :filter_log_group_arn, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3776 class ListLogAnomalyDetectorsRequest < Struct.new( :filter_log_group_arn, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |