Class: Aws::LookoutMetrics::Types::CreateAnomalyDetectorRequest

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_configTypes::AnomalyDetectorConfig

Contains information about the configuration of the anomaly detector.



752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-lookoutmetrics/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_descriptionString

A description of the detector.

Returns:

  • (String)


752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-lookoutmetrics/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_nameString

The name of the detector.

Returns:

  • (String)


752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-lookoutmetrics/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_arnString

The ARN of the KMS key to use to encrypt your data.

Returns:

  • (String)


752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-lookoutmetrics/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

#tagsHash<String,String>

A list of tags to apply to the anomaly detector.

Returns:

  • (Hash<String,String>)


752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-lookoutmetrics/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