Represents the response from assuming a user role.

interface AssumeRoleResponse {
    accessKey: string;
    secretKey: string;
    sessionToken: string;
}

Properties

accessKey: string
secretKey: string
sessionToken: string