CreateStackOutput constructor

CreateStackOutput({
  1. String? stackId,
})

Implementation

CreateStackOutput({
  this.stackId,
});