Class: Aws::Signers::CfnV1
- Inherits:
-
Base
- Object
- Base
- Aws::Signers::CfnV1
- Defined in:
- lib/aws-sdk-core/signers/cfn_v1.rb
Instance Method Summary collapse
Instance Method Details
#sign(http_request) ⇒ Object
7 8 9 10 |
# File 'lib/aws-sdk-core/signers/cfn_v1.rb', line 7 def sign(http_request) http_request.headers["Authorization"] = () http_request end |