Class: Aws::LookoutMetrics::Types::DescribeAlertRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAlertRequest
 
- 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 describe. 
Instance Attribute Details
#alert_arn ⇒ String
The ARN of the alert to describe.
| 988 989 990 991 992 | # File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 988 class DescribeAlertRequest < Struct.new( :alert_arn) SENSITIVE = [] include Aws::Structure end |