ListTargetsForPolicyResponse constructor
ListTargetsForPolicyResponse({
- String? nextToken,
- List<
PolicyTargetSummary> ? targets,
Implementation
ListTargetsForPolicyResponse({
this.nextToken,
this.targets,
});