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 ListHumanLoops operation. Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AugmentedAIRuntime.AmazonAugmentedAIRuntimeRequest
      Amazon.AugmentedAIRuntime.Model.ListHumanLoopsRequest

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

Syntax

C#
public class ListHumanLoopsRequest : AmazonAugmentedAIRuntimeRequest
         IAmazonWebServiceRequest

The ListHumanLoopsRequest type exposes the following members

Constructors

NameDescription
Public Method ListHumanLoopsRequest()

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

Public Property FlowDefinitionArn System.String

Gets and sets the property FlowDefinitionArn.

The Amazon Resource Name (ARN) of a flow definition.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to display the next page of results.

Public Property SortOrder Amazon.AugmentedAIRuntime.SortOrder

Gets and sets the property SortOrder.

Optional. The order for displaying results. Valid values: Ascending and Descending.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5