ListAttacksResponse constructor

ListAttacksResponse({
  1. List<AttackSummary>? attackSummaries,
  2. String? nextToken,
})

Implementation

ListAttacksResponse({
  this.attackSummaries,
  this.nextToken,
});