ListFunctionsByCodeSigningConfigResponse constructor

ListFunctionsByCodeSigningConfigResponse({
  1. List<String>? functionArns,
  2. String? nextMarker,
})

Implementation

ListFunctionsByCodeSigningConfigResponse({
  this.functionArns,
  this.nextMarker,
});