ListV2LoggingLevelsResponse constructor

ListV2LoggingLevelsResponse({
  1. List<LogTargetConfiguration>? logTargetConfigurations,
  2. String? nextToken,
})

Implementation

ListV2LoggingLevelsResponse({
  this.logTargetConfigurations,
  this.nextToken,
});