Struct rusoto_core::ProfileProvider [] [src]

pub struct ProfileProvider { /* fields omitted */ }

Provides AWS credentials from a profile in a credentials file.

Methods

impl ProfileProvider
[src]

[src]

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

[src]

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

[src]

Get a reference to the credentials file path.

[src]

Get a reference to the profile name.

[src]

Set the credentials file path.

[src]

Set the profile name.

Trait Implementations

impl Clone for ProfileProvider
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProfileProvider
[src]

[src]

Formats the value using the given formatter.

impl ProvideAwsCredentials for ProfileProvider
[src]

[src]

Produce a new AwsCredentials.