Module: Aws::CloudFront::Signer
- Included in:
- CookieSigner, UrlSigner
- Defined in:
- lib/aws-sdk-core/cloudfront/signer.rb
Instance Method Summary collapse
Instance Method Details
#initialize(options = {}) ⇒ Object
15 16 17 18 |
# File 'lib/aws-sdk-core/cloudfront/signer.rb', line 15 def initialize( = {}) @key_pair_id = key_pair_id() @private_key = private_key() end |