CopyObjectOutput constructor
CopyObjectOutput({
- bool? bucketKeyEnabled,
- CopyObjectResult? copyObjectResult,
- String? copySourceVersionId,
- String? expiration,
- RequestCharged? requestCharged,
- String? sSECustomerAlgorithm,
- String? sSECustomerKeyMD5,
- String? sSEKMSEncryptionContext,
- String? sSEKMSKeyId,
- ServerSideEncryption? serverSideEncryption,
- 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,
});