Class: Aws::CloudWatch::Types::PutAnomalyDetectorOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_idString

The unique identifier of the anomaly detector that you created or updated.

Returns:

  • (String)


4249
4250
4251
4252
4253
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4249

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