Class: Aws::PrometheusService::Types::AlertManagerDefinitionDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::AlertManagerDefinitionDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The details of an alert manager definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the alert manager definition was created.
 - 
  
    
      #data  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actual alert manager definition.
 - 
  
    
      #modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the alert manager definition was most recently changed.
 - 
  
    
      #status  ⇒ Types::AlertManagerDefinitionStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that displays the current status of the alert manager definition..
 
Instance Attribute Details
#created_at ⇒ Time
The date and time that the alert manager definition was created.
      56 57 58 59 60 61 62 63  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 56 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#data ⇒ String
The actual alert manager definition.
For details about the alert manager definition, see [AlertManagedDefinitionData].
[1]: docs.aws.amazon.com/prometheus/latest/APIReference/yaml-AlertManagerDefinitionData.html
      56 57 58 59 60 61 62 63  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 56 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#modified_at ⇒ Time
The date and time that the alert manager definition was most recently changed.
      56 57 58 59 60 61 62 63  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 56 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::AlertManagerDefinitionStatus
A structure that displays the current status of the alert manager definition..
      56 57 58 59 60 61 62 63  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 56 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end  |