Sha256: 6581e2ab68601fcd36a2c4ea9c9ac49d0d1157865b3bdc71984f66d5e5443ed3
Contents?: true
Size: 522 Bytes
Versions: 70
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::CloudWatchLogs 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
70 entries across 70 versions & 1 rubygems