Struct rusoto::AwsCredentials []

pub struct AwsCredentials { /* fields omitted */ }

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

Methods

impl AwsCredentials

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.

Trait Implementations

impl Clone for AwsCredentials

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AwsCredentials

Formats the value using the given formatter.