DEBSOURCES
Skip Quicknav
sources / ruby-aws-sdk-core / 3.212.0-1 / lib / aws-sdk-sts / customizations.rb
12345678
# frozen_string_literal: true # utility classes module Aws module STS autoload :Presigner, 'aws-sdk-sts/presigner' end end