Sha256: 095ee1710ad30efedd23e2595f1570172befa209ef731b015540c41ff8ff3edb
Contents?: true
Size: 482 Bytes
Versions: 20
Compression:
Stored size: 482 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::Translate 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
20 entries across 20 versions & 1 rubygems