Class: Aws::PrometheusService::Types::PutAlertManagerDefinitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PrometheusService::Types::PutAlertManagerDefinitionResponse
 
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a PutAlertManagerDefinition operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Types::AlertManagerDefinitionStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure that returns the current status of the alert manager definition. 
Instance Attribute Details
#status ⇒ Types::AlertManagerDefinitionStatus
A structure that returns the current status of the alert manager definition.
| 1939 1940 1941 1942 1943 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1939 class PutAlertManagerDefinitionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |