class Aws::Polly::Presigner
def initialize(options = {})
(**options)-
:region(required, string) -- -
:credentials(required, Credentials) --
def initialize(options = {}) @credentials = options.fetch(:credentials) @region = options.fetch(:region) end