Method: VScripts::AWS::EC2#all_tags

Defined in:
lib/vscripts/aws/ec2.rb

#all_tagsAWS::EC2::ResourceTagCollection

Returns all tags.

Returns:

  • (AWS::EC2::ResourceTagCollection)

    all tags



22
23
24
# File 'lib/vscripts/aws/ec2.rb', line 22

def all_tags
  instance.tags
end