Method: CloudFormationDSL::Helpers#no_value
- Defined in:
- lib/cloudformation-dsl/helpers.rb
#no_value ⇒ Object
deprecated, for backward compatibility
88 89 90 91 |
# File 'lib/cloudformation-dsl/helpers.rb', line 88 def no_value() warn_deprecated('no_value()', 'aws_no_value()') aws_no_value() end |