Sha256: af6e4db24112b4293813d78a56642f951edf2503c5e6f9c03f0500b335ab29f7
Contents?: true
Size: 479 Bytes
Versions: 34
Compression:
Stored size: 479 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::Health 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