class Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest

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

data as a hash:

    {
      system_instance_id: "Urn", # required
      flow_execution_id: "FlowExecutionId",
      start_time: Time.now,
      end_time: Time.now,
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] system_instance_id

The ID of the system instance that contains the flow.
@return [String]

@!attribute [rw] flow_execution_id

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

@!attribute [rw] start_time

The date and time of the earliest flow execution to return.
@return [Time]

@!attribute [rw] end_time

The date and time of the latest flow execution to return.
@return [Time]

@!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