Class: Aws::PrometheusService::Types::AlertManagerDefinitionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::AlertManagerDefinitionDescription
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The details of an alert manager definition. It is the configuration for the alert manager, including information about receivers for routing alerts.
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.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 58 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.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 58 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.
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 58 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..
58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 58 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |