Class: Aws::PrometheusService::Types::PutAlertManagerDefinitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb

Overview

Represents the output of a PutAlertManagerDefinition operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::AlertManagerDefinitionStatus

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



1153
1154
1155
1156
1157
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1153

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