CopyObjectOutput constructor

CopyObjectOutput({
  1. bool? bucketKeyEnabled,
  2. CopyObjectResult? copyObjectResult,
  3. String? copySourceVersionId,
  4. String? expiration,
  5. RequestCharged? requestCharged,
  6. String? sSECustomerAlgorithm,
  7. String? sSECustomerKeyMD5,
  8. String? sSEKMSEncryptionContext,
  9. String? sSEKMSKeyId,
  10. ServerSideEncryption? serverSideEncryption,
  11. String? versionId,
})

Implementation

CopyObjectOutput({
  this.bucketKeyEnabled,
  this.copyObjectResult,
  this.copySourceVersionId,
  this.expiration,
  this.requestCharged,
  this.sSECustomerAlgorithm,
  this.sSECustomerKeyMD5,
  this.sSEKMSEncryptionContext,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});