class Aws::IoTThingsGraph::Types::ListFlowExecutionMessagesRequest

@note When making an API call, you may pass ListFlowExecutionMessagesRequest

data as a hash:

    {
      flow_execution_id: "FlowExecutionId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] flow_execution_id

The ID of the flow execution.
@return [String]

@!attribute [rw] next_token

The string that specifies the next page of results. Use this when
you're paginating results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

Constants

SENSITIVE