Class: Aws::CloudWatchLogs::Types::GetLogAnomalyDetectorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

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.

[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListLogAnomalyDetectors.html

Returns:

  • (String)


2314
2315
2316
2317
2318
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2314

class GetLogAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn)
  SENSITIVE = []
  include Aws::Structure
end