Sha256: 352f0f08f89c531b9ffea7508f05b4e552557c7831ff650971a4a59b8f81a52d
Contents?: true
Size: 479 Bytes
Versions: 51
Compression:
Stored size: 479 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::Lambda 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
51 entries across 51 versions & 1 rubygems