Class: CfnDsl::OutputDefinition
- Defined in:
- lib/cfndsl/outputs.rb
Overview
Handles Output objects
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ OutputDefinition
constructor
A new instance of OutputDefinition.
Methods inherited from JSONable
#as_json, #declare, #incorrect_capitalization?, #method_missing, #ref_children, #titleize, #to_json
Methods included from Functions
#FnAnd, #FnBase64, #FnEquals, #FnFindInMap, #FnFormat, #FnGetAZs, #FnGetAtt, #FnIf, #FnJoin, #FnNot, #FnOr, #FnSelect, #Ref
Methods included from RefCheck
#build_references, #ref_children
Constructor Details
#initialize(value = nil) ⇒ OutputDefinition
Returns a new instance of OutputDefinition.
8 9 10 |
# File 'lib/cfndsl/outputs.rb', line 8 def initialize(value = nil) @Value = value if value end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class CfnDsl::JSONable