Sha256: 2df33f823e83cc7a6b717daced5e1dfa9ed077be07909f4c07cfbe4fd9515496
Contents?: true
Size: 525 Bytes
Versions: 43
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::PersonalizeEvents 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
43 entries across 43 versions & 1 rubygems