#include <Include.h>
Public Attributes | |
UINT32 | version |
Version of structure. More... | |
UINT32 | size |
Size of the entire structure in bytes including the struct itself. More... | |
PCHAR | accessKeyId |
Access Key ID - NULL terminated. More... | |
UINT32 | accessKeyIdLen |
Length of the access key id - not including NULL terminator. More... | |
PCHAR | secretKey |
Secret Key - NULL terminated. More... | |
UINT32 | secretKeyLen |
Length of the secret key - not including NULL terminator. More... | |
PCHAR | sessionToken |
Session token - NULL terminated. More... | |
UINT32 | sessionTokenLen |
Length of the session token - not including NULL terminator. More... | |
UINT64 | expiration |
The rest of the data might follow the structure. More... | |
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.