ListFunctionDefinitionsResponse constructor

ListFunctionDefinitionsResponse({
  1. List<DefinitionInformation>? definitions,
  2. String? nextToken,
})

Implementation

ListFunctionDefinitionsResponse({
  this.definitions,
  this.nextToken,
});