CreateSolutionVersionResponse constructor

CreateSolutionVersionResponse({
  1. String? solutionVersionArn,
})

Implementation

CreateSolutionVersionResponse({
  this.solutionVersionArn,
});