module Aws::RefreshingCredentials

def initialize(options = {})

def initialize(options = {})
  @mutex = Mutex.new
  refresh
end