Struct rusoto_credential::AwsCredentials [] [src]

pub struct AwsCredentials { /* fields omitted */ }

AWS API access credentials, including access key, secret key, token (for IAM profiles), expiration timestamp, and claims from federated login.

Methods

impl AwsCredentials
[src]

Create a new AwsCredentials from a key ID, secret key, optional access token, and expiry time.

Get a reference to the access key ID.

Get a reference to the secret access key.

Get a reference to the expiry time.

Get a reference to the access token.

Get the token claims

Get the mutable token claims

Trait Implementations

impl Clone for AwsCredentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AwsCredentials
[src]

Formats the value using the given formatter.