Sha256: 2b9ed13757efdb90d752e2be2d228eadb7f0885bef1b0ab7d8324e22ff46a3b8
Contents?: true
Size: 476 Bytes
Versions: 72
Compression:
Stored size: 476 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::ECS 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
72 entries across 72 versions & 1 rubygems