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.
170 171 172 173 174 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 170 class CreateAlertManagerDefinitionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |