Class: Aws::CloudWatchLogs::Types::CreateLogAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateLogAnomalyDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the log anomaly detector that you just created.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the log anomaly detector that you just created.
714 715 716 717 718 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 714 class CreateLogAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn) SENSITIVE = [] include Aws::Structure end |