CreatePolicyVersionResponse constructor

CreatePolicyVersionResponse({
  1. bool? isDefaultVersion,
  2. String? policyArn,
  3. String? policyDocument,
  4. String? policyVersionId,
})

Implementation

CreatePolicyVersionResponse({
  this.isDefaultVersion,
  this.policyArn,
  this.policyDocument,
  this.policyVersionId,
});