ListLogPatternSetsResponse constructor

ListLogPatternSetsResponse({
  1. List<String>? logPatternSets,
  2. String? nextToken,
  3. String? resourceGroupName,
})

Implementation

ListLogPatternSetsResponse({
  this.logPatternSets,
  this.nextToken,
  this.resourceGroupName,
});