class Aws::Appflow::Types::DescribeFlowExecutionRecordsRequest

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

data as a hash:

    {
      flow_name: "FlowName", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] flow_name

The specified name of the flow. Spaces are not allowed. Use
underscores (\_) or hyphens (-) only.
@return [String]

@!attribute [rw] max_results

Specifies the maximum number of items that should be returned in the
result set. The default for `maxResults` is 20 (for all paginated
API operations).
@return [Integer]

@!attribute [rw] next_token

The pagination token for the next page of data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeFlowExecutionRecordsRequest AWS API Documentation

Constants

SENSITIVE