Sha256: c1c3a39327292abd1af6b25c1751704ae6751318aec565e20c7c976d737ca035
Contents?: true
Size: 232 Bytes
Versions: 10
Compression:
Stored size: 232 Bytes
Contents
module AwsEc2 class Ami < Base def run # Delegates to the Create command. # So we just have to set up the option for it. @options[:ami_name] = @options[:name] Create.new(@options).run end end end
Version data entries
10 entries across 10 versions & 1 rubygems