☁️ 6.12 STS

MATLAB client for AWS Security Token Service (STS). Retrieve identity details of the caller.

sts = aws.sts.Client();

🔧 6.12.1 List of Available Methods

🧩 6.12.2 Examples

Get identity

resp = sts.getCallerIdentity();
disp(resp.accountId);
disp(resp.arn);

📘 6.12.3 Method Reference (Summary)

🔸 getCallerIdentity

resp = sts.getCallerIdentity();
  • Returns: aws.sts.model.GetCallerIdentityResponse

Data Models: GetCallerIdentityResponse.