class Aws::STS::Presigner

Allows you to create presigned URLs for STS operations.

@example

signer = Aws::STS::Presigner.new
url = signer.get_caller_identity_presigned_url(
  headers: {"X-K8s-Aws-Id" => 'my-eks-cluster'}
)