Sha256: 90ff099bc20c54819e1f23ba680ee8f5d29a4d9a0a4bcae120ac5e210a970d7f
Contents?: true
Size: 478 Bytes
Versions: 40
Compression:
Stored size: 478 Bytes
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::Polly class Resource # @param options ({}) # @option options [Client] :client def initialize(options = {}) @client = options[:client] || Client.new(options) end # @return [Client] def client @client end end end
Version data entries
40 entries across 40 versions & 1 rubygems