S3Retention constructor

S3Retention({
  1. S3ObjectLockRetentionMode? mode,
  2. DateTime? retainUntilDate,
})

Implementation

S3Retention({
  this.mode,
  this.retainUntilDate,
});