Sha256: 0be9425ad6b51cf56f49b5551bf66a1918549b97fc9a97d841ba5193d5b54c32
Contents?: true
Size: 487 Bytes
Versions: 29
Compression:
Stored size: 487 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::Route53Domains 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
29 entries across 29 versions & 1 rubygems