Class: Aws::LookoutMetrics::Types::UpdateAlertResponse

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

#alert_arnString

The ARN of the updated alert.

Returns:

  • (String)


2715
2716
2717
2718
2719
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2715

class UpdateAlertResponse < Struct.new(
  :alert_arn)
  SENSITIVE = []
  include Aws::Structure
end