ListThreatIntelSetsResponse constructor

ListThreatIntelSetsResponse({
  1. required List<String> threatIntelSetIds,
  2. String? nextToken,
})

Implementation

ListThreatIntelSetsResponse({
  required this.threatIntelSetIds,
  this.nextToken,
});