Class: Aws::LookoutMetrics::Types::AlertSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alert_arnString

The ARN of the alert.

Returns:

  • (String)


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_nameString

The name of the alert.

Returns:

  • (String)


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_thresholdInteger

The minimum severity for an anomaly to trigger the alert.

Returns:

  • (Integer)


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_statusString

The status of the alert.

Returns:

  • (String)


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_typeString

The type of the alert.

Returns:

  • (String)


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_arnString

The ARN of the detector to which the alert is attached.

Returns:

  • (String)


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_timeTime

The time at which the alert was created.

Returns:

  • (Time)


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_timeTime

The time at which the alert was last modified.

Returns:

  • (Time)


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

#tagsHash<String,String>

The alert's tags.

Returns:

  • (Hash<String,String>)


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