AttachedPolicy constructor

AttachedPolicy({
  1. String? policyArn,
  2. String? policyName,
})

Implementation

AttachedPolicy({
  this.policyArn,
  this.policyName,
});