Struct rusoto_core::ContainerProvider [] [src]

pub struct ContainerProvider;

Provides AWS credentials from a task's IAM role.

Trait Implementations

impl ProvideTimeoutableAwsCredentials for ContainerProvider
[src]

[src]

Makes the provider fetch credentials with a specified timeout. Read more

impl ProvideAwsCredentials for ContainerProvider
[src]

[src]

Produce a new AwsCredentials.

impl Debug for ContainerProvider
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations