DescribeStackEventsOutput constructor

DescribeStackEventsOutput({
  1. String? nextToken,
  2. List<StackEvent>? stackEvents,
})

Implementation

DescribeStackEventsOutput({
  this.nextToken,
  this.stackEvents,
});