Sha256: b21205c04bba1e3a03ce5c2641fca45ae5d2e46a56a32d8bcc8d940bf32a3518
Contents?: true
Size: 476 Bytes
Versions: 37
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::ECR 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
37 entries across 37 versions & 1 rubygems