PutPolicyResponse constructor

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

Implementation

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