Sha256: 98aec89acd04174192be4ca17f5ce3743b48e6f96bea473e0eb80a030f6e85d5
Contents?: true
Size: 504 Bytes
Versions: 24
Compression:
Stored size: 504 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::ServerlessApplicationRepository 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
24 entries across 24 versions & 1 rubygems