Class: Aws::PrometheusService::Types::CreateAlertManagerDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CreateAlertManagerDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
168 169 170 171 172 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 168 class CreateAlertManagerDefinitionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |