You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::CloudFront::Signer
- Included in:
- CookieSigner, UrlSigner
- Defined in:
- aws-sdk-core/lib/aws-sdk-core/cloudfront/signer.rb
Instance Method Summary collapse
Instance Method Details
#initialize(options = {}) ⇒ Object
15 16 17 18 |
# File 'aws-sdk-core/lib/aws-sdk-core/cloudfront/signer.rb', line 15 def initialize( = {}) @key_pair_id = key_pair_id() @private_key = private_key() end |