class Aws::STS::Resource
def client
-
(Client)-
def client @client end
def initialize(options = {})
(**options)-
:client(Client) --
Parameters:
-
options({}) --
def initialize(options = {}) @client = options[:client] || Client.new(options) end