DescribeStackSetOutput constructor

DescribeStackSetOutput({
  1. StackSet? stackSet,
})

Implementation

DescribeStackSetOutput({
  this.stackSet,
});