Sha256: aaa03a9697f53f11a460a5879c04cc4e9aceb126d00cc33111cc34212a45ed11
Contents?: true
Size: 476 Bytes
Versions: 36
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::EMR 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
36 entries across 36 versions & 1 rubygems