ListQueryLoggingConfigsResponse constructor

ListQueryLoggingConfigsResponse({
  1. required List<QueryLoggingConfig> queryLoggingConfigs,
  2. String? nextToken,
})

Implementation

ListQueryLoggingConfigsResponse({
  required this.queryLoggingConfigs,
  this.nextToken,
});