UpdateStackOutput constructor

UpdateStackOutput({
  1. String? stackId,
})

Implementation

UpdateStackOutput({
  this.stackId,
});