CreatePolicyResponse constructor

CreatePolicyResponse({
  1. String? policyArn,
  2. String? policyDocument,
  3. String? policyName,
  4. String? policyVersionId,
})

Implementation

CreatePolicyResponse({
  this.policyArn,
  this.policyDocument,
  this.policyName,
  this.policyVersionId,
});