Class: Aws::PrometheusService::Types::CreateAlertManagerDefinitionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PrometheusService::Types::CreateAlertManagerDefinitionResponse
 
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a CreateAlertManagerDefinition operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Types::AlertManagerDefinitionStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure that displays the current status of the alert manager definition. 
Instance Attribute Details
#status ⇒ Types::AlertManagerDefinitionStatus
A structure that displays the current status of the alert manager definition.
| 382 383 384 385 386 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 382 class CreateAlertManagerDefinitionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |