

# UploadProgress
<a name="API_UploadProgress"></a>

The progress of a multipart attachment upload, returned by [DescribeAttachmentUploadStatus](API_DescribeAttachmentUploadStatus.md).

## Contents
<a name="API_UploadProgress_Contents"></a>

 ** completedPartsCount **   <a name="AWSSupport-Type-UploadProgress-completedPartsCount"></a>
The number of parts that have been successfully uploaded.  
Type: Integer

 ** totalParts **   <a name="AWSSupport-Type-UploadProgress-totalParts"></a>
The total number of parts that the file is split into.  
Type: Integer

## See Also
<a name="API_UploadProgress_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/support-2013-04-15/UploadProgress) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/support-2013-04-15/UploadProgress) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/support-2013-04-15/UploadProgress) 