Class: AwsEc2::Wait

Inherits:
Command show all
Defined in:
lib/aws_ec2/wait.rb

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch

Instance Method Details

#ami(name) ⇒ Object



8
9
10
# File 'lib/aws_ec2/wait.rb', line 8

def ami(name)
  Waiter::Ami.new(options.merge(name: name)).wait
end