class
Amazonite::CloudWatchLogs::UpdateAnomalyRequest
- Amazonite::CloudWatchLogs::UpdateAnomalyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/update_anomaly_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_arn : String, anomaly_id : String | Nil = nil, pattern_id : String | Nil = nil, suppression_type : SuppressionType | Nil = nil, suppression_period : SuppressionPeriod | Nil = nil, baseline : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_arn : String
The ARN of the anomaly detector that this operation is to act on.
-
#anomaly_detector_arn=(anomaly_detector_arn : String)
The ARN of the anomaly detector that this operation is to act on.
-
#anomaly_id : String | Nil
If you are suppressing or unsuppressing an anomaly, specify its unique ID here.
-
#anomaly_id=(anomaly_id : String | Nil)
If you are suppressing or unsuppressing an anomaly, specify its unique ID here.
-
#baseline : Bool | Nil
Set this to
trueto prevent CloudWatch Logs from displaying this behavior as an anomaly in the future. -
#baseline=(baseline : Bool | Nil)
Set this to
trueto prevent CloudWatch Logs from displaying this behavior as an anomaly in the future. -
#hash(hasher)
See
Object#hash(hasher) -
#pattern_id : String | Nil
If you are suppressing or unsuppressing an pattern, specify its unique ID here.
-
#pattern_id=(pattern_id : String | Nil)
If you are suppressing or unsuppressing an pattern, specify its unique ID here.
-
#suppression_period : SuppressionPeriod | Nil
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
-
#suppression_period=(suppression_period : SuppressionPeriod | Nil)
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
-
#suppression_type : SuppressionType | Nil
Use this to specify whether the suppression to be temporary or infinite.
-
#suppression_type=(suppression_type : SuppressionType | Nil)
Use this to specify whether the suppression to be temporary or infinite.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the anomaly detector that this operation is to act on.
The ARN of the anomaly detector that this operation is to act on.
If you are suppressing or unsuppressing an anomaly, specify its unique ID here. You can find anomaly IDs by using the ListAnomalies operation.
If you are suppressing or unsuppressing an anomaly, specify its unique ID here. You can find anomaly IDs by using the ListAnomalies operation.
Set this to true to prevent CloudWatch Logs from displaying this behavior as an anomaly in the
future. The behavior is then treated as baseline behavior. However, if similar but more severe
occurrences of this behavior occur in the future, those will still be reported as anomalies.
The default is false
Set this to true to prevent CloudWatch Logs from displaying this behavior as an anomaly in the
future. The behavior is then treated as baseline behavior. However, if similar but more severe
occurrences of this behavior occur in the future, those will still be reported as anomalies.
The default is false
If you are suppressing or unsuppressing an pattern, specify its unique ID here. You can find pattern IDs by using the ListAnomalies operation.
If you are suppressing or unsuppressing an pattern, specify its unique ID here. You can find pattern IDs by using the ListAnomalies operation.
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
If you are temporarily suppressing an anomaly or pattern, use this structure to specify how long the suppression is to last.
Use this to specify whether the suppression to be temporary or infinite. If you specify
LIMITED, you must also specify a suppressionPeriod. If you specify INFINITE, any value for
suppressionPeriod is ignored.
Use this to specify whether the suppression to be temporary or infinite. If you specify
LIMITED, you must also specify a suppressionPeriod. If you specify INFINITE, any value for
suppressionPeriod is ignored.