ListTargetsByRuleResponse constructor

ListTargetsByRuleResponse({
  1. String? nextToken,
  2. List<Target>? targets,
})

Implementation

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