Sha256: c176c48de5c65537be69b87d67ba802ebea13aaa2414a93e7f312df745c2f7a8
Contents?: true
Size: 484 Bytes
Versions: 50
Compression:
Stored size: 484 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::Rekognition 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
50 entries across 50 versions & 1 rubygems