class AWS::Core::Http::Request

def uri

Returns:
  • (String) - the request uri
def uri
  querystring ? "#{path}?#{querystring}" : path
end