Trait rusoto_core::ProvideAwsCredentials [] [src]

pub trait ProvideAwsCredentials where
    <Self::Future as Future>::Item == AwsCredentials,
    <Self::Future as Future>::Error == CredentialsError
{ type Future: 'static + Future; fn credentials(&self) -> Self::Future; }

A trait for types that produce AwsCredentials.

Associated Types

The future response value.

Required Methods

Produce a new AwsCredentials future.

Implementations on Foreign Types

impl ProvideAwsCredentials for StaticProvider
[src]

Implementors