Class: Aws::LookoutMetrics::Types::DeleteAlertRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DeleteAlertRequest
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alert_arn ⇒ String
The ARN of the alert to delete.
Instance Attribute Details
#alert_arn ⇒ String
The ARN of the alert to delete.
956 957 958 959 960 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 956 class DeleteAlertRequest < Struct.new( :alert_arn) SENSITIVE = [] include Aws::Structure end |