AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SearchFlowExecutions operation. Searches for AWS IoT Things Graph workflow execution instances.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoTThingsGraph.AmazonIoTThingsGraphRequest
      Amazon.IoTThingsGraph.Model.SearchFlowExecutionsRequest

Namespace: Amazon.IoTThingsGraph.Model
Assembly: AWSSDK.IoTThingsGraph.dll
Version: 3.x.y.z

Syntax

C#
public class SearchFlowExecutionsRequest : AmazonIoTThingsGraphRequest
         IAmazonWebServiceRequest

The SearchFlowExecutionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

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

Public Property FlowExecutionId System.String

Gets and sets the property FlowExecutionId.

The ID of a flow execution.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in the response.

Public Property NextToken System.String

Gets and sets the property NextToken.

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

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

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

Public Property SystemInstanceId System.String

Gets and sets the property SystemInstanceId.

The ID of the system instance that contains the flow.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5