Sha256: 7a4f322a76d286784058814cf184e3bdfcb7b43d464955e812b4edcde9391efd
Contents?: true
Size: 487 Bytes
Versions: 47
Compression:
Stored size: 487 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::ServiceCatalog 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
47 entries across 47 versions & 1 rubygems