ListTargetsForPolicyResponse constructor

ListTargetsForPolicyResponse({
  1. String? nextToken,
  2. List<PolicyTargetSummary>? targets,
})

Implementation

ListTargetsForPolicyResponse({
  this.nextToken,
  this.targets,
});