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

Contains a paginated list of information structures about workflow types.

Declaration Syntax
C#
public class WorkflowTypeInfos
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 for the next page of type information. If set then the list consists of more than one page. You can retrieve the next page by repeating the request (that returned the structure) with the this token and all other arguments unchanged.

Constraints:

Length
0 - 2048


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
TypeInfos
The list of workflow type information.

WithNextPageToken(String) Obsolete.
Sets the NextPageToken property

WithTypeInfos(array<WorkflowTypeInfo>[]()[][]) Obsolete.
Adds elements to the TypeInfos collection

WithTypeInfos(IEnumerable<(Of <<'(WorkflowTypeInfo>)>>)) Obsolete.
Adds elements to the TypeInfos collection

Inheritance Hierarchy
Object
WorkflowTypeInfos

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