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

Class: Aws::AugmentedAIRuntime::Types::ListHumanLoopsRequest

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

Overview

Note:

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

{
  creation_time_after: Time.now,
  creation_time_before: Time.now,
  flow_definition_arn: "FlowDefinitionArn", # required
  sort_order: "Ascending", # accepts Ascending, Descending
  next_token: "NextToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

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

Returns:

  • (Time)

    (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.

#creation_time_beforeTime

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

Returns:

  • (Time)

    (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.

#flow_definition_arnString

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

Returns:

  • (String)

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

#max_resultsInteger

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.

Returns:

  • (Integer)

    The total number of items to return.

#next_tokenString

A token to display the next page of results.

Returns:

  • (String)

    A token to display the next page of results.

#sort_orderString

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

Possible values:

  • Ascending
  • Descending

Returns:

  • (String)

    Optional.