Class: Aws::LookoutMetrics::Types::CreateAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::CreateAnomalyDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfig
Contains information about the configuration of the anomaly detector.
-
#anomaly_detector_description ⇒ String
A description of the detector.
-
#anomaly_detector_name ⇒ String
The name of the detector.
-
#kms_key_arn ⇒ String
The ARN of the KMS key to use to encrypt your data.
-
#tags ⇒ Hash<String,String>
A list of [tags] to apply to the anomaly detector.
Instance Attribute Details
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfig
Contains information about the configuration of the anomaly detector.
752 753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 752 class CreateAnomalyDetectorRequest < Struct.new( :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :kms_key_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_description ⇒ String
A description of the detector.
752 753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 752 class CreateAnomalyDetectorRequest < Struct.new( :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :kms_key_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_name ⇒ String
The name of the detector.
752 753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 752 class CreateAnomalyDetectorRequest < Struct.new( :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :kms_key_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the KMS key to use to encrypt your data.
752 753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 752 class CreateAnomalyDetectorRequest < Struct.new( :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :kms_key_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of [tags] to apply to the anomaly detector.
[1]: docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html
752 753 754 755 756 757 758 759 760 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 752 class CreateAnomalyDetectorRequest < Struct.new( :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :kms_key_arn, :tags) SENSITIVE = [] include Aws::Structure end |