Sha256: f3be7a33086542d8185e62d6972f9a44aa3c43572014a8b5c9062f6965087a75
Contents?: true
Size: 476 Bytes
Versions: 85
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::SSM 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
85 entries across 85 versions & 1 rubygems