Sha256: d0ad56a905628181f762a05766648363111706727460ca22d450751d1d52a8ae
Contents?: true
Size: 489 Bytes
Versions: 34
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::AlexaForBusiness 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
34 entries across 34 versions & 1 rubygems