PutBucketPolicyRequest constructor
PutBucketPolicyRequest({})
Implementation
PutBucketPolicyRequest({
required this.accountId,
required this.bucket,
required this.policy,
this.confirmRemoveSelfBucketAccess,
});