Class: AwsEc2::Clean

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

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch

Instance Method Details

#ami(query) ⇒ Object



9
10
11
# File 'lib/aws_ec2/clean.rb', line 9

def ami(query)
  Cleaner::Ami.new(options.merge(query: query)).clean
end