Sha256: e47680bdde779a29170450bdbab6a8482fdbd58d6284e8d963485976b639e88a
Contents?: true
Size: 476 Bytes
Versions: 145
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::STS 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
145 entries across 145 versions & 1 rubygems