Sha256: 310c22dcd4ed176de20eaf9a9adb5a74f572f35606b74fe87c407e9a81266112
Contents?: true
Size: 476 Bytes
Versions: 39
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::ACM 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
39 entries across 39 versions & 1 rubygems