DescribeStackInstanceOutput constructor

DescribeStackInstanceOutput({
  1. StackInstance? stackInstance,
})

Implementation

DescribeStackInstanceOutput({
  this.stackInstance,
});