Class: Aws::Crt::Auth::Signable
- Inherits:
-
Object
- Object
- Aws::Crt::Auth::Signable
- Includes:
- ManagedNative
- Defined in:
- lib/aws-crt/auth/signable.rb
Overview
Signing Config
Instance Method Summary collapse
-
#initialize(http_request) ⇒ Signable
constructor
A new instance of Signable.
Methods included from ManagedNative
included, #manage_native, #native, #native_set?, #release
Constructor Details
#initialize(http_request) ⇒ Signable
Returns a new instance of Signable.
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 |