Struct rusoto_core::ProfileProvider [] [src]

pub struct ProfileProvider { /* fields omitted */ }

Provides AWS credentials from a profile in a credentials file.

Methods

impl ProfileProvider
[src]

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 ProvideAwsCredentials for ProfileProvider
[src]

Produce a new AwsCredentials.

impl Debug for ProfileProvider
[src]

Formats the value using the given formatter.

impl Clone for ProfileProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more