libqtaws  0.1.0
UnofficialAWSlibraryforQt-InternalDocumentation
Public Member Functions | Public Attributes | Private Attributes | List of all members
AwsBasicCredentialsPrivate Class Reference

Private implementation for AwsBasicCredentials. More...

Collaboration diagram for AwsBasicCredentialsPrivate:
Collaboration graph
[legend]

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.
 

Detailed Description

Private implementation for AwsBasicCredentials.

See also
http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html

Definition at line 31 of file awsbasiccredentials_p.h.

Constructor & Destructor Documentation

AwsBasicCredentialsPrivate::AwsBasicCredentialsPrivate ( AwsBasicCredentials *const  q)

Constructs a new AwsBasicCredentialsPrivate object.

Parameters
qPointer to this object's public AwsBasicCredentials instance.

Definition at line 152 of file awsbasiccredentials.cpp.

153  : q_ptr(q)
154 {
155 
156 }
AwsBasicCredentials *const q_ptr
Internal q-pointer.

The documentation for this class was generated from the following files: