PolicyDetails constructor

PolicyDetails({
  1. List<Action>? actions,
  2. EventSource? eventSource,
  3. Parameters? parameters,
  4. PolicyTypeValues? policyType,
  5. List<ResourceTypeValues>? resourceTypes,
  6. List<Schedule>? schedules,
  7. List<Tag>? targetTags,
})

Implementation

PolicyDetails({
  this.actions,
  this.eventSource,
  this.parameters,
  this.policyType,
  this.resourceTypes,
  this.schedules,
  this.targetTags,
});