Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAnomalyDetectorResponse
- 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.
-
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfigSummary
Contains information about the detector’s configuration.
-
#anomaly_detector_description ⇒ String
A description of the detector.
-
#anomaly_detector_name ⇒ String
The name of the detector.
-
#creation_time ⇒ Time
The time at which the detector was created.
-
#failure_reason ⇒ String
The reason that the detector failed.
-
#failure_type ⇒ String
The process that caused the detector to fail.
-
#kms_key_arn ⇒ String
The ARN of the KMS key to use to encrypt your data.
-
#last_modification_time ⇒ Time
The time at which the detector was last modified.
-
#status ⇒ String
The status of the detector.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfigSummary
Contains information about the detector’s configuration.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_description ⇒ String
A description of the detector.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_name ⇒ String
The name of the detector.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the detector was created.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason that the detector failed.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#failure_type ⇒ String
The process that caused the detector to fail.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the KMS key to use to encrypt your data.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the detector was last modified.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the detector.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1105 class DescribeAnomalyDetectorResponse < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :anomaly_detector_config, :creation_time, :last_modification_time, :status, :failure_reason, :kms_key_arn, :failure_type) SENSITIVE = [] include Aws::Structure end |