mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
reinstate requires for default attributes on alarm
This commit is contained in:
parent
91e530d29f
commit
603c0abdbc
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ module Fog
|
|||
requires :period
|
||||
requires :statistic
|
||||
requires :threshold
|
||||
requires :namespace
|
||||
requires :evaluation_periods
|
||||
|
||||
|
||||
options = Hash[self.class.aliases.map { |key, value| [key, send(value)] }]
|
||||
|
|
Loading…
Reference in a new issue