mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix merge error.
This commit is contained in:
parent
c27c7d4ddd
commit
5eb6eb4da8
1 changed files with 1 additions and 5 deletions
|
@ -1,17 +1,13 @@
|
||||||
module Fog
|
module Fog
|
||||||
module AWS
|
module AWS
|
||||||
class CloudWatch
|
class CloudWatch
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> Minor whitespace change.
|
|
||||||
class Real
|
class Real
|
||||||
require 'fog/aws/parsers/cloud_watch/put_metric_alarm'
|
require 'fog/aws/parsers/cloud_watch/put_metric_alarm'
|
||||||
|
|
||||||
# Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric
|
# Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric
|
||||||
# ==== Options
|
# ==== Options
|
||||||
# * ActionsEnabled<~Boolean>: Indicates whether or not actions should be executed during any changes to the alarm's state
|
# * ActionsEnabled<~Boolean>: Indicates whether or not actions should be executed during any changes to the alarm's state
|
||||||
# * AlarmActions<~Array>: A list of actions to execute
|
# * AlarmActions<~Array>: A list of actions to execute
|
||||||
# * AlarmDescription<~String>: The description for the alarm
|
# * AlarmDescription<~String>: The description for the alarm
|
||||||
# * AlarmName<~String> The unique name for the alarm
|
# * AlarmName<~String> The unique name for the alarm
|
||||||
# * ComparisonOperator<~String>: The arithmetic operation to use for comparison
|
# * ComparisonOperator<~String>: The arithmetic operation to use for comparison
|
||||||
|
|
Loading…
Reference in a new issue