PutResourcePolicyResponse constructor

PutResourcePolicyResponse({
  1. String? arn,
  2. String? name,
})

Implementation

PutResourcePolicyResponse({
  this.arn,
  this.name,
});