Struct aws_sdk_rust::aws::common::credentials::ParametersProvider [] [src]

pub struct ParametersProvider { /* fields omitted */ }

Provides AWS credentials via Parameters. This allows you to use your own config settings and pull the credentials from there and set them here. This is also part of the chained provider where all of the credential providers can be tried in a given order of priority.

Methods

impl ParametersProvider
[src]

Trait Implementations

impl Clone for ParametersProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParametersProvider
[src]

Formats the value using the given formatter.

impl AwsCredentialsProvider for ParametersProvider
[src]

Produce a new AwsCredentials.