ListLogPatternsResponse constructor
ListLogPatternsResponse({
- List<
LogPattern> ? logPatterns, - String? nextToken,
- String? resourceGroupName,
Implementation
ListLogPatternsResponse({
this.logPatterns,
this.nextToken,
this.resourceGroupName,
});