class
Amazonite::CloudWatchLogs::GetLogAnomalyDetectorRequest
- Amazonite::CloudWatchLogs::GetLogAnomalyDetectorRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_anomaly_detector_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_arn : String
The ARN of the anomaly detector to retrieve information about.
-
#anomaly_detector_arn=(anomaly_detector_arn : String)
The ARN of the anomaly detector to retrieve information about.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def anomaly_detector_arn : String
#
The ARN of the anomaly detector to retrieve information about. You can find the ARNs of log anomaly detectors in your account by using the ListLogAnomalyDetectors operation.
def anomaly_detector_arn=(anomaly_detector_arn : String)
#
The ARN of the anomaly detector to retrieve information about. You can find the ARNs of log anomaly detectors in your account by using the ListLogAnomalyDetectors operation.