Sha256: 75570cf3fb0deb16344f9225eefe1767dd21a55afa0ff5e58de971bb57d4e2f0
Contents?: true
Size: 222 Bytes
Versions: 18
Compression:
Stored size: 222 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] = @name Create.new(@options).run end end end
Version data entries
18 entries across 18 versions & 1 rubygems