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

pub struct IamProvider;

Provides AWS credentials from a resource's IAM role.

Trait Implementations

impl Debug for IamProvider
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for IamProvider
[src]

fn clone(&self) -> IamProvider

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl AwsCredentialsProvider for IamProvider
[src]

fn credentials(&self) -> Result<AwsCredentialsCredentialsError>

Produce a new AwsCredentials.