Sha256: 47f01a44e75f1f8b897910840fc85e42b50bba5a390cf26c32f9f5435f44241e
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing for info on making contributions: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-core-3.0.0.rc2 | lib/aws-sdk-sts/resource.rb |
aws-sdk-core-3.0.0.rc1 | lib/aws-sdk-sts/resource.rb |