Class: Aws::LookoutMetrics::Types::UpdateAlertResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::UpdateAlertResponse
- 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 updated alert.
Instance Attribute Details
#alert_arn ⇒ String
The ARN of the updated alert.
2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2715 class UpdateAlertResponse < Struct.new( :alert_arn) SENSITIVE = [] include Aws::Structure end |