vaultrs::auth::aws::config::sts

Function read

source
pub async fn read(
    client: &impl Client,
    mount: &str,
    account_id: &str,
) -> Result<ReadStsRoleResponse, ClientError>
Expand description

Returns the previously configured STS role.

See ReadStsRoleResponse