GetResourcePolicyResponse constructor

GetResourcePolicyResponse({
  1. String? arn,
  2. String? name,
  3. String? resourcePolicy,
})

Implementation

GetResourcePolicyResponse({
  this.arn,
  this.name,
  this.resourcePolicy,
});