Sha256: da1e3d5823009960155f7c3836a898849113389b4e587c28a5d0e36a36aaea34
Contents?: true
Size: 484 Bytes
Versions: 20
Compression:
Stored size: 484 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::SecurityHub 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
20 entries across 20 versions & 1 rubygems