Class: Aws::LookoutMetrics::Types::AlertSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AlertSummary
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Provides a summary of an alert's configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert_arn ⇒ String
The ARN of the alert.
-
#alert_name ⇒ String
The name of the alert.
-
#alert_sensitivity_threshold ⇒ Integer
The minimum severity for an anomaly to trigger the alert.
-
#alert_status ⇒ String
The status of the alert.
-
#alert_type ⇒ String
The type of the alert.
-
#anomaly_detector_arn ⇒ String
The ARN of the detector to which the alert is attached.
-
#creation_time ⇒ Time
The time at which the alert was created.
-
#last_modification_time ⇒ Time
The time at which the alert was last modified.
-
#tags ⇒ Hash<String,String>
The alert's [tags][1].
Instance Attribute Details
#alert_arn ⇒ String
The ARN of the alert.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#alert_name ⇒ String
The name of the alert.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#alert_sensitivity_threshold ⇒ Integer
The minimum severity for an anomaly to trigger the alert.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#alert_status ⇒ String
The status of the alert.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#alert_type ⇒ String
The type of the alert.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_arn ⇒ String
The ARN of the detector to which the alert is attached.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the alert was created.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the alert was last modified.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The alert's tags.
191 192 193 194 195 196 197 198 199 200 201 202 203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 191 class AlertSummary < Struct.new( :alert_arn, :anomaly_detector_arn, :alert_name, :alert_sensitivity_threshold, :alert_type, :alert_status, :last_modification_time, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |