class Aws::Log::Formatter
def format(response)
-
(String)
-
Parameters:
-
response
(Seahorse::Client::Response
) --
def format(response) pattern.gsub(/:(\w+)/) {|sym| send("_#{sym[1..-1]}", response) } end
(String)
-
response
(Seahorse::Client::Response
)
--
def format(response) pattern.gsub(/:(\w+)/) {|sym| send("_#{sym[1..-1]}", response) } end