PutObjectOutput constructor

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

Implementation

PutObjectOutput({
  this.bucketKeyEnabled,
  this.eTag,
  this.expiration,
  this.requestCharged,
  this.sSECustomerAlgorithm,
  this.sSECustomerKeyMD5,
  this.sSEKMSEncryptionContext,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});