Sha256: 61464acd78a7c6d382d01d1bbe138919d5b3f0077cddc66f6aa9d7bf49e6c801
Contents?: true
Size: 490 Bytes
Versions: 19
Compression:
Stored size: 490 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::IoT1ClickProjects 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
19 entries across 19 versions & 1 rubygems