Struct aws_sdk_rust::aws::common::credentials::IamProvider
[−]
[src]
pub struct IamProvider;
Provides AWS credentials from a resource's IAM role. Note: This is not fully tested.
Trait Implementations
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 Debug for IamProvider
[src]
impl AwsCredentialsProvider for IamProvider
[src]
fn credentials(&self) -> Result<AwsCredentials, CredentialsError>
Produce a new AwsCredentials
.