Class: CfnDsl::OutputDefinition

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

Instance Method Summary collapse

Methods inherited from JSONable

#declare, #ref_children, #to_json

Methods included from Functions

#FnBase64, #FnFindInMap, #FnFormat, #FnGetAZs, #FnGetAtt, #FnJoin, #Ref

Methods included from RefCheck

#ref_children, #references

Constructor Details

#initialize(value = nil) ⇒ OutputDefinition

Returns a new instance of OutputDefinition.



376
377
378
# File 'lib/cfndsl.rb', line 376

def initialize( value=nil)
  @Value = value if value
end