GetPolicyResponse constructor

GetPolicyResponse({
  1. Policy? policy,
  2. String? policyArn,
})

Implementation

GetPolicyResponse({
  this.policy,
  this.policyArn,
});