Sha256: 824b18014f5ab3b0e2c04f8133888168a1d43199edc52d4f14f955f4e7544c9d
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing for info on making contributions: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-lambda-1.0.0.rc2 | lib/aws-sdk-lambda/resource.rb |
aws-sdk-lambda-1.0.0.rc1 | lib/aws-sdk-lambda/resource.rb |