DescribeStackEventsOutput constructor
DescribeStackEventsOutput({
- String? nextToken,
- List<
StackEvent> ? stackEvents,
Implementation
DescribeStackEventsOutput({
this.nextToken,
this.stackEvents,
});