Class: Aws::LookoutMetrics::Types::UpdateAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::UpdateAnomalyDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the detector to update.
-
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfig
Contains information about the configuration to which the detector will be updated.
-
#anomaly_detector_description ⇒ String
The updated detector description.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector to update.
2740 2741 2742 2743 2744 2745 2746 2747 |
# File '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_config ⇒ Types::AnomalyDetectorConfig
Contains information about the configuration to which the detector will be updated.
2740 2741 2742 2743 2744 2745 2746 2747 |
# File '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_description ⇒ String
The updated detector description.
2740 2741 2742 2743 2744 2745 2746 2747 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
2740 2741 2742 2743 2744 2745 2746 2747 |
# File '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 |