PolicyDetails constructor
PolicyDetails({
- List<
Action> ? actions, - EventSource? eventSource,
- Parameters? parameters,
- PolicyTypeValues? policyType,
- List<
ResourceTypeValues> ? resourceTypes, - List<
Schedule> ? schedules, - List<
Tag> ? targetTags,
Implementation
PolicyDetails({
this.actions,
this.eventSource,
this.parameters,
this.policyType,
this.resourceTypes,
this.schedules,
this.targetTags,
});