DeleteResourcePolicyResponse constructor

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

Implementation

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