Sha256: 44d0d6a8447dd04b8e9d557a71bc905c17853bd0cd20aea4ca06f2923e4ba867
Contents?: true
Size: 409 Bytes
Versions: 5
Compression:
Stored size: 409 Bytes
Contents
require 'sfn' module Sfn class Config # Update command configuration class Update < Validate attribute( :print_only, [TrueClass, FalseClass], :description => 'Print the resulting stack template' ) attribute( :apply_stack, String, :multiple => true, :description => 'Apply outputs from stack to input parameters' ) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sfn-0.3.8 | lib/sfn/config/update.rb |
sfn-0.3.6 | lib/sfn/config/update.rb |
sfn-0.3.4 | lib/sfn/config/update.rb |
sfn-0.3.2 | lib/sfn/config/update.rb |
sfn-0.3.0 | lib/sfn/config/update.rb |