UploadPartCopyOutput constructor
UploadPartCopyOutput({
- bool? bucketKeyEnabled,
- CopyPartResult? copyPartResult,
- String? copySourceVersionId,
- RequestCharged? requestCharged,
- String? sSECustomerAlgorithm,
- String? sSECustomerKeyMD5,
- String? sSEKMSKeyId,
- ServerSideEncryption? serverSideEncryption,
Implementation
UploadPartCopyOutput({
this.bucketKeyEnabled,
this.copyPartResult,
this.copySourceVersionId,
this.requestCharged,
this.sSECustomerAlgorithm,
this.sSECustomerKeyMD5,
this.sSEKMSKeyId,
this.serverSideEncryption,
});