Class: Aws::LookoutMetrics::Types::UpdateAnomalyDetectorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

The ARN of the detector to update.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2740

class UpdateAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn,
  :kms_key_arn,
  :anomaly_detector_description,
  :anomaly_detector_config)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_detector_configTypes::AnomalyDetectorConfig

Contains information about the configuration to which the detector will be updated.



2740
2741
2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2740

class UpdateAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn,
  :kms_key_arn,
  :anomaly_detector_description,
  :anomaly_detector_config)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_detector_descriptionString

The updated detector description.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2740

class UpdateAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn,
  :kms_key_arn,
  :anomaly_detector_description,
  :anomaly_detector_config)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name (ARN) of an AWS KMS encryption key.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2740

class UpdateAnomalyDetectorRequest < Struct.new(
  :anomaly_detector_arn,
  :kms_key_arn,
  :anomaly_detector_description,
  :anomaly_detector_config)
  SENSITIVE = []
  include Aws::Structure
end