Sha256: 10ea01d0a41a9da521e352cdd3f23fa11aed6a836c04d71452ae4073ef408da0
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 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::Neptune 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-neptune-1.25.1 | lib/aws-sdk-neptune/resource.rb |
aws-sdk-neptune-1.24.0 | lib/aws-sdk-neptune/resource.rb |
aws-sdk-neptune-1.23.0 | lib/aws-sdk-neptune/resource.rb |