Class: Aws::PrometheusService::Types::CreateAlertManagerDefinitionResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusTypes::AlertManagerDefinitionStatus

A structure that displays the current status of the alert manager definition.



168
169
170
171
172
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 168

class CreateAlertManagerDefinitionResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end