Struct rusoto::ProfileProvider []

pub struct ProfileProvider { /* fields omitted */ }

Provides AWS credentials from a profile in a credentials file.

Methods

impl ProfileProvider

Create a new ProfileProvider for the default credentials file path and profile name.

Create a new ProfileProvider for the credentials file at the given path, using the given profile.

Get a reference to the credentials file path.

Get a reference to the profile name.

Set the credentials file path.

Set the profile name.

Trait Implementations

impl Clone for ProfileProvider

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileProvider

Formats the value using the given formatter.

impl ProvideAwsCredentials for ProfileProvider

Produce a new AwsCredentials.