class Aws::STS::Client

An API client for STS. To construct a client, you need to configure a ‘:region` and `:credentials`.

client = Aws::STS::Client.new(
  region: region_name,
  credentials: credentials,
  # ...
)

For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).

See {#initialize} for a full list of supported configuration options.