GetBucketPolicyOutput constructor

GetBucketPolicyOutput({
  1. String? policy,
})

Implementation

GetBucketPolicyOutput({
  this.policy,
});