UploadPartOutput constructor
UploadPartOutput({
- bool? bucketKeyEnabled,
- String? eTag,
- RequestCharged? requestCharged,
- String? sSECustomerAlgorithm,
- String? sSECustomerKeyMD5,
- String? sSEKMSKeyId,
- ServerSideEncryption? serverSideEncryption,
Implementation
UploadPartOutput({
this.bucketKeyEnabled,
this.eTag,
this.requestCharged,
this.sSECustomerAlgorithm,
this.sSECustomerKeyMD5,
this.sSEKMSKeyId,
this.serverSideEncryption,
});