Class: Aws::CloudWatchLogs::Types::ListAnomaliesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListAnomaliesRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
3726 3727 3728 3729 3730 3731 3732 3733 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 3733 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 3733 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 3733 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726 class ListAnomaliesRequest < Struct.new( :anomaly_detector_arn, :suppression_state, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |