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