Sha256: 26eb27266ed42cb2c7a3d06da4044ded2f453e55d2b24f7211dc42b463cd9dc5
Contents?: true
Size: 489 Bytes
Versions: 33
Compression:
Stored size: 489 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::KinesisAnalytics 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
33 entries across 33 versions & 1 rubygems