CreateStackSetOutput constructor

CreateStackSetOutput({
  1. String? stackSetId,
})

Implementation

CreateStackSetOutput({
  this.stackSetId,
});