GetObjectLockConfigurationOutput constructor

GetObjectLockConfigurationOutput({
  1. ObjectLockConfiguration? objectLockConfiguration,
})

Implementation

GetObjectLockConfigurationOutput({
  this.objectLockConfiguration,
});