Module AWS::Core::UriEscape
In: lib/aws/core/uri_escape.rb

Provides helper methods for URI escaping values and paths.

Methods

Public Instance methods

@param [String] value @return [String] Returns a URI escaped string.

@param [String] value @return [String] Returns a URI-escaped path without escaping the

  separators.

[Validate]