Sha256: 1a4cbc02001cebf3ec06a8a469417c788a0cca9bc8aacf12aa8c9fc8d140a91c
Contents?: true
Size: 487 Bytes
Versions: 23
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::ResourceGroups 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
23 entries across 23 versions & 1 rubygems