Class: Aws::Polly::Presigner
- Inherits:
-
Object
- Object
- Aws::Polly::Presigner
- Defined in:
- lib/aws-sdk-core/polly/presigner.rb
Overview
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Presigner
constructor
A new instance of Presigner.
- #synthesize_speech_presigned_url(params = {}) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Presigner
Returns a new instance of Presigner.
33 34 35 36 |
# File 'lib/aws-sdk-core/polly/presigner.rb', line 33 def initialize( = {}) @credentials = .fetch(:credentials) @region = .fetch(:region) end |