Class: Aws::Crt::Auth::Signable

Inherits:
Object
  • Object
show all
Includes:
ManagedNative
Defined in:
lib/aws-crt/auth/signable.rb

Overview

Signing Config

Instance Method Summary collapse

Methods included from ManagedNative

included, #manage_native, #native, #native_set?, #release

Constructor Details

#initialize(http_request) ⇒ Signable

Returns a new instance of Signable.

Parameters:



12
13
14
15
16
# File 'lib/aws-crt/auth/signable.rb', line 12

def initialize(http_request)
  manage_native do
    Aws::Crt::Native.signable_new_from_http_request(http_request.native)
  end
end