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
Represents the properties of an alert manager definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time when the alert manager definition was created.
-
#data ⇒ String
The alert manager definition.
-
#modified_at ⇒ Time
The time when the alert manager definition was modified.
-
#status ⇒ Types::AlertManagerDefinitionStatus
The status of alert manager definition.
Instance Attribute Details
#created_at ⇒ Time
The time when the alert manager definition was created.
47 48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 47 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#data ⇒ String
The alert manager definition.
47 48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 47 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The time when the alert manager definition was modified.
47 48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 47 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AlertManagerDefinitionStatus
The status of alert manager definition.
47 48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 47 class AlertManagerDefinitionDescription < Struct.new( :created_at, :data, :modified_at, :status) SENSITIVE = [] include Aws::Structure end |