class AWS::EC2::Instance

Public Instance Methods

info() click to toggle source
# File lib/pryaws/ec2.rb, line 22
def info()
  "#{id()} #{tags['Name']}"
end