Class: Aws::CloudWatchLogs::Types::ListAnomaliesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListAnomaliesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#suppression_state ⇒ String
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3693 class ListAnomaliesRequest < Struct.new( :anomaly_detector_arn, :suppression_state, :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.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3693 class ListAnomaliesRequest < Struct.new( :anomaly_detector_arn, :suppression_state, :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.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3693 class ListAnomaliesRequest < Struct.new( :anomaly_detector_arn, :suppression_state, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#suppression_state ⇒ String
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3693 class ListAnomaliesRequest < Struct.new( :anomaly_detector_arn, :suppression_state, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |