Sha256: 95598d971eb53cd954093290d3b39c4e80747e448a87eea2cb3d2bc64855e657
Contents?: true
Size: 476 Bytes
Versions: 54
Compression:
Stored size: 476 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::IoT 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
54 entries across 54 versions & 1 rubygems