Class: AwsCli::CLI::EC2::Tags

Inherits:
Thor
  • Object
show all
Defined in:
lib/awscli/cli/ec2/tags.rb

Instance Method Summary collapse

Instance Method Details

#createObject



17
18
19
20
# File 'lib/awscli/cli/ec2/tags.rb', line 17

def create
  create_ec2_object
  @ec2.create options
end

#deleteObject



26
27
28
29
# File 'lib/awscli/cli/ec2/tags.rb', line 26

def delete
  create_ec2_object
  @ec2.delete options
end

#listObject



8
9
10
11
# File 'lib/awscli/cli/ec2/tags.rb', line 8

def list
  create_ec2_object
  @ec2.list
end