Sha256: cc8ffebbe41fb7d2849258e32464650e2508758c8c4d976e3f7f7611d6e7fa4f
Contents?: true
Size: 476 Bytes
Versions: 42
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::KMS 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
42 entries across 42 versions & 1 rubygems