You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::SearchFlowExecutionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SearchFlowExecutionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The date and time of the latest flow execution to return.

Returns:

  • (Time)

    The date and time of the latest flow execution to return.

#flow_execution_idString

The ID of a flow execution.

Returns:

  • (String)

    The ID of a flow execution.

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)

    The maximum number of results to return in the response.

#next_tokenString

The string that specifies the next page of results. Use this when you\'re paginating results.

Returns:

  • (String)

    The string that specifies the next page of results.

#start_timeTime

The date and time of the earliest flow execution to return.

Returns:

  • (Time)

    The date and time of the earliest flow execution to return.

#system_instance_idString

The ID of the system instance that contains the flow.

Returns:

  • (String)

    The ID of the system instance that contains the flow.