| libqtaws
    0.1.0
    UnofficialAWSlibraryforQt-InternalDocumentation | 
Private implementation for AwsBasicCredentials. More...

| Public Member Functions | |
| AwsBasicCredentialsPrivate (AwsBasicCredentials *const q) | |
| Constructs a new AwsBasicCredentialsPrivate object.  More... | |
| Public Attributes | |
| QString | accessKeyId | 
| AWS Access Key ID. | |
| QString | secretKey | 
| AWS Secret Access Key. | |
| QString | token | 
| AWS Security Token. | |
| Private Attributes | |
| AwsBasicCredentials *const | q_ptr | 
| Internal q-pointer. | |
Private implementation for AwsBasicCredentials.
Definition at line 31 of file awsbasiccredentials_p.h.
| AwsBasicCredentialsPrivate::AwsBasicCredentialsPrivate | ( | AwsBasicCredentials *const | q | ) | 
Constructs a new AwsBasicCredentialsPrivate object.
| q | Pointer to this object's public AwsBasicCredentials instance. | 
Definition at line 152 of file awsbasiccredentials.cpp.
 1.8.9.1
 1.8.9.1