Class: AwsEc2::Wait
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(.merge(name: name)).wait end |