LambdaFunctionInfo constructor

LambdaFunctionInfo({
  1. String? currentVersion,
  2. String? functionAlias,
  3. String? functionName,
  4. String? targetVersion,
  5. double? targetVersionWeight,
})

Implementation

LambdaFunctionInfo({
  this.currentVersion,
  this.functionAlias,
  this.functionName,
  this.targetVersion,
  this.targetVersionWeight,
});