Sha256: 166cd24d59430ef1dd7e8d3e1dfdeda8f02b876c099e52e0f2aaa228f0cc1005
Contents?: true
Size: 481 Bytes
Versions: 35
Compression:
Stored size: 481 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::Snowball 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
35 entries across 35 versions & 1 rubygems