#include <Include.h>

Public Attributes | |
| UINT32 | version |
| Version of structure. | |
| UINT32 | size |
| Size of the entire structure in bytes including the struct itself. | |
| PCHAR | accessKeyId |
| Access Key ID - NULL terminated. | |
| UINT32 | accessKeyIdLen |
| Length of the access key id - not including NULL terminator. | |
| PCHAR | secretKey |
| Secret Key - NULL terminated. | |
| UINT32 | secretKeyLen |
| Length of the secret key - not including NULL terminator. | |
| PCHAR | sessionToken |
| Session token - NULL terminated. | |
| UINT32 | sessionTokenLen |
| Length of the session token - not including NULL terminator. | |
| UINT64 | expiration |
| The rest of the data might follow the structure. | |
| PCHAR __AwsCredentials::accessKeyId |
Access Key ID - NULL terminated.
| UINT32 __AwsCredentials::accessKeyIdLen |
Length of the access key id - not including NULL terminator.
| UINT64 __AwsCredentials::expiration |
The rest of the data might follow the structure.
Expiration in absolute time in 100ns.
| PCHAR __AwsCredentials::secretKey |
Secret Key - NULL terminated.
| UINT32 __AwsCredentials::secretKeyLen |
Length of the secret key - not including NULL terminator.
| PCHAR __AwsCredentials::sessionToken |
Session token - NULL terminated.
| UINT32 __AwsCredentials::sessionTokenLen |
Length of the session token - not including NULL terminator.
| UINT32 __AwsCredentials::size |
Size of the entire structure in bytes including the struct itself.
| UINT32 __AwsCredentials::version |
Version of structure.