Sha256: d89f1f5b651251fa3f609344af56455c7eba87ceed8e89dfcc6c5be30d6bd796
Contents?: true
Size: 525 Bytes
Versions: 43
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::GlobalAccelerator 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
43 entries across 43 versions & 1 rubygems