PolicySummary constructor

PolicySummary({
  1. String? arn,
  2. bool? awsManaged,
  3. String? description,
  4. String? id,
  5. String? name,
  6. PolicyType? type,
})

Implementation

PolicySummary({
  this.arn,
  this.awsManaged,
  this.description,
  this.id,
  this.name,
  this.type,
});