Class: CfnDsl::OutputDefinition

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

Overview

Handles Output objects

Instance Method Summary collapse

Methods inherited from JSONable

#as_json, #declare, #external_parameters, external_parameters, #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

#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