class CfnDsl::ParameterDefinition
Handles input parameter objects
Public Class Methods
Public Instance Methods
Source
# File lib/cfndsl/parameters.rb, line 23 def CommaDelimitedList @Type = :CommaDelimitedList end
Source
# File lib/cfndsl/parameters.rb, line 27 def to_hash h = {} h[:Type] = @Type h[:Default] = @Default if @Default end