GetResourcePolicyOutput constructor

GetResourcePolicyOutput({
  1. String? policy,
})

Implementation

GetResourcePolicyOutput({
  this.policy,
});