Sha256: 49af20a6f7d9f92530cf64523eebcbc0e8b221db289b317b54616e2ce4d5cfe9
Contents?: true
Size: 482 Bytes
Versions: 53
Compression:
Stored size: 482 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::SageMaker 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
53 entries across 53 versions & 1 rubygems