GetBucketOwnershipControlsOutput constructor

GetBucketOwnershipControlsOutput({
  1. OwnershipControls? ownershipControls,
})

Implementation

GetBucketOwnershipControlsOutput({
  this.ownershipControls,
});