ListLambdaFunctionsResponse constructor

ListLambdaFunctionsResponse({
  1. List<String>? lambdaFunctions,
  2. String? nextToken,
})

Implementation

ListLambdaFunctionsResponse({
  this.lambdaFunctions,
  this.nextToken,
});