Sha256: e66d78c03e0efb64e9835c446ce16a69dbd0a647952233ee38d769c4bbbdd9d8
Contents?: true
Size: 485 Bytes
Versions: 40
Compression:
Stored size: 485 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::CodePipeline 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
40 entries across 40 versions & 1 rubygems