AWS SDK for .NET Documentation
WorkflowExecutionInfos Class
AmazonAmazon.SimpleWorkflow.ModelWorkflowExecutionInfos Did this page help you?   Yes   No    Tell us about it...

Contains a paginated list of information about workflow executions.

Declaration Syntax
C#
public class WorkflowExecutionInfos
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WorkflowExecutionInfos()()()()
Initializes a new instance of the WorkflowExecutionInfos class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecutionInfos
The list of workflow information structures.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NextPageToken
The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

Constraints:

Length
0 - 2048


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithExecutionInfos(array<WorkflowExecutionInfo>[]()[][]) Obsolete.
Adds elements to the ExecutionInfos collection

WithExecutionInfos(IEnumerable<(Of <<'(WorkflowExecutionInfo>)>>)) Obsolete.
Adds elements to the ExecutionInfos collection

WithNextPageToken(String) Obsolete.
Sets the NextPageToken property

Inheritance Hierarchy
Object
WorkflowExecutionInfos

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)