[][src]Trait rusoto_sts::NewAwsCredsForStsCreds

pub trait NewAwsCredsForStsCreds {
    pub fn new_for_credentials(
        sts_creds: Credentials
    ) -> Result<AwsCredentials, CredentialsError>; }

Trait for conversions from STS Credentials to AWS Credentials.

Required methods

pub fn new_for_credentials(
    sts_creds: Credentials
) -> Result<AwsCredentials, CredentialsError>
[src]

Creates an AwsCredentials from a Credentials Returns a CredentialsError in case of an error.

Loading content...

Implementations on Foreign Types

impl NewAwsCredsForStsCreds for AwsCredentials[src]

Loading content...

Implementors

Loading content...