Method: CloudShaped::CoreMethods#parameter
- Defined in:
- lib/cloud_shaped/core_methods.rb
#parameter(options = {}) ⇒ Object
Returns a CloudFormation Parameter declaration.
36 37 38 39 40 41 |
# File 'lib/cloud_shaped/core_methods.rb', line 36 def parameter( = {}) defaults = { "Type" => "String" } defaults.merge(.camelate_keys) end |