Sha256: 85cf34e7ec2d9352f6eaff9086d960e2898390428d21f1845904cb6b155e4524
Contents?: true
Size: 516 Bytes
Versions: 66
Compression:
Stored size: 516 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::DataSync 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
66 entries across 66 versions & 1 rubygems