Class: Aws::LookoutMetrics::Types::DeleteAlertRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_arnString

The ARN of the alert to delete.

Returns:

  • (String)


956
957
958
959
960
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 956

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