Sha256: 9a5fd0cabd3c55b150c23e6b58c219cb8ae6b32b245b0ed3b35fec7ed25b6617

Contents?: true

Size: 515 Bytes

Versions: 3

Compression:

Stored size: 515 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/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

module Aws::HealthLake

  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

3 entries across 3 versions & 1 rubygems

Version Path
aws-sdk-healthlake-1.2.0 lib/aws-sdk-healthlake/resource.rb
aws-sdk-healthlake-1.1.0 lib/aws-sdk-healthlake/resource.rb
aws-sdk-healthlake-1.0.0 lib/aws-sdk-healthlake/resource.rb