From fcf599bf3535d1ffc2cc5be90169e60ae4db58f4 Mon Sep 17 00:00:00 2001 From: Jens Braeuer Date: Tue, 4 Oct 2011 15:31:31 +0200 Subject: [PATCH] [aws|cloudwatch] Fix whitespace. --- lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb b/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb index 8afb02816..9792e6dea 100644 --- a/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb +++ b/lib/fog/aws/requests/cloud_watch/put_metric_alarm.rb @@ -15,10 +15,10 @@ module Fog # Name : The name of the dimension # Value : The value to filter against # * EvaluationPeriods<~Integer>: The number of periods over which data is compared to the specified threshold - # * InsufficientDataActions<~Array>: A list of actions to execute + # * InsufficientDataActions<~Array>: A list of actions to execute # * MetricName<~String>: The name for the alarm's associated metric # * Namespace<~String>: The namespace for the alarm's associated metric - # * OKActions<~Array>: A list of actions to execute + # * OKActions<~Array>: A list of actions to execute # * Period<~Integer>: The period in seconds over which the specified statistic is applied # * Statistic<~String>: The statistic to apply to the alarm's associated metric # * Threshold<~Double>: The value against which the specified statistic is compared