ListFlowExecutionMessagesResponse constructor

ListFlowExecutionMessagesResponse({
  1. List<FlowExecutionMessage>? messages,
  2. String? nextToken,
})

Implementation

ListFlowExecutionMessagesResponse({
  this.messages,
  this.nextToken,
});