class Aws::Sigv4::Signature

def initialize(options)

Other tags:
    Api: - private
def initialize(options)
  options.each_pair do |attr_name, attr_value|
    send("#{attr_name}=", attr_value)
  end
end