GetObjectRetentionOutput constructor

GetObjectRetentionOutput({
  1. ObjectLockRetention? retention,
})

Implementation

GetObjectRetentionOutput({
  this.retention,
});