Sha256: 012b03a362154a5e34c62f35188b07b0c400432c39dfb4109fdef00c63bc6293
Contents?: true
Size: 487 Bytes
Versions: 34
Compression:
Stored size: 487 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::SecretsManager 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
34 entries across 34 versions & 1 rubygems