Class: CfnDsl::OutputDefinition

Inherits:
JSONable
  • Object
show all
Defined in:
lib/cfndsl/Outputs.rb

Instance Method Summary collapse

Methods inherited from JSONable

#declare, #method_missing, #ref_children, #to_json

Methods included from Functions

#FnAnd, #FnBase64, #FnEquals, #FnFindInMap, #FnFormat, #FnGetAZs, #FnGetAtt, #FnIf, #FnJoin, #FnNot, #FnOr, #FnSelect, #Ref

Methods included from RefCheck

#ref_children, #references

Constructor Details

#initialize(value = nil) ⇒ OutputDefinition

Returns a new instance of OutputDefinition.



9
10
11
# File 'lib/cfndsl/Outputs.rb', line 9

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