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]

Formats the value using the given formatter.

impl Clone for IamProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AwsCredentialsProvider for IamProvider
[src]

Produce a new AwsCredentials.