EffectivePolicy constructor

EffectivePolicy({
  1. String? policyArn,
  2. String? policyDocument,
  3. String? policyName,
})

Implementation

EffectivePolicy({
  this.policyArn,
  this.policyDocument,
  this.policyName,
});