Sha256: d89cbba92012aab744183cf20e56487e521d3b9ddf652553531e0f09d8b28a65
Contents?: true
Size: 497 Bytes
Versions: 44
Compression:
Stored size: 497 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::DatabaseMigrationService 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
44 entries across 44 versions & 1 rubygems