class AWS::AutoScaling::LaunchConfiguration

def image

Returns:
  • (EC2::Image) -
def image
  EC2::Image.new(image_id, :config => config)
end