class
Amazonite::CloudWatchLogs::CreateLogAnomalyDetectorResponse
- Amazonite::CloudWatchLogs::CreateLogAnomalyDetectorResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_log_anomaly_detector_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_arn : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_arn : String | Nil
The ARN of the log anomaly detector that you just created.
-
#anomaly_detector_arn=(anomaly_detector_arn : String | Nil)
The ARN of the log anomaly detector that you just created.
-
#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 | Nil
#
The ARN of the log anomaly detector that you just created.
def anomaly_detector_arn=(anomaly_detector_arn : String | Nil)
#
The ARN of the log anomaly detector that you just created.