Sha256: 1c308e74021e595148bc33bbd0aa531bb7cdcb2dba3cfc5d800ae669671e926c
Contents?: true
Size: 495 Bytes
Versions: 47
Compression:
Stored size: 495 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::ApplicationAutoScaling 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
47 entries across 47 versions & 1 rubygems