Sha256: 7ce8aea0c45985d9263dded6e3ed999197809a6ea311e6a361751056bd17f1eb
Contents?: true
Size: 486 Bytes
Versions: 28
Compression:
Stored size: 486 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::LambdaPreview 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
28 entries across 28 versions & 1 rubygems