class EC2Launcher::AmiDetails

Attributes

ami_id[R]
ami_name[R]

Public Class Methods

new(name, id) click to toggle source
# File lib/ec2launcher.rb, line 31
def initialize(name, id)
  @ami_name = name
  @ami_id = id
end