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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IamProvider
[src]

Formats the value using the given formatter.

impl AwsCredentialsProvider for IamProvider
[src]

Produce a new AwsCredentials.