Struct aws_sdk_rust::aws::common::credentials::AwsCredentials [] [src]

pub struct AwsCredentials { /* fields omitted */ }
[]

Primarily intended for client applications but also used for internal library documentation.

AwsCredentials - Base struct for AWS

This struct is very important! Without valid credentials then access to AWS S3 will be allowed.

Methods

impl AwsCredentials
[src]

[]

First method to be called. Creates the AWS credentials.

[]

Get a reference to the access key ID.

[]

Get a reference to the secret key.

[]

Get a reference to the expiration time.

[]

Get a reference to the access token.

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.