Sha256: 4183d6e581927c960982d5480d1e857b4cd964017ffaf1d249d70d900c56ae99
Contents?: true
Size: 525 Bytes
Versions: 32
Compression:
Stored size: 525 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::CloudSearchDomain 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
32 entries across 32 versions & 1 rubygems