Sha256: c71caecc177141d6c5c96699f963c3cee862c2e171614339d16c82d457a08d64

Contents?: true

Size: 521 Bytes

Versions: 5

Compression:

Stored size: 521 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::Notifications

  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

5 entries across 5 versions & 1 rubygems

Version Path
aws-sdk-notifications-1.4.0 lib/aws-sdk-notifications/resource.rb
aws-sdk-notifications-1.3.0 lib/aws-sdk-notifications/resource.rb
aws-sdk-notifications-1.2.0 lib/aws-sdk-notifications/resource.rb
aws-sdk-notifications-1.1.0 lib/aws-sdk-notifications/resource.rb
aws-sdk-notifications-1.0.0 lib/aws-sdk-notifications/resource.rb