Class: Aws::LookoutMetrics::Types::DeleteAlertRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DeleteAlertRequest
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-lookoutmetrics/types.rb', line 956 class DeleteAlertRequest < Struct.new( :alert_arn) SENSITIVE = [] include Aws::Structure end |