ListQueryLoggingConfigsResponse constructor
ListQueryLoggingConfigsResponse({
- required List<
QueryLoggingConfig> queryLoggingConfigs, - String? nextToken,
Implementation
ListQueryLoggingConfigsResponse({
required this.queryLoggingConfigs,
this.nextToken,
});