class Aws::STS::Presigner
def initialize(options = {})
(**options)-
:client(Client) -- Optionally provide an existing
def initialize(options = {}) @client = options[:client] || Aws::STS::Client.new end
(**options):client
(Client)
-- Optionally provide an existing
def initialize(options = {}) @client = options[:client] || Aws::STS::Client.new end