ListHumanLoopsRequest

public struct ListHumanLoopsRequest : AWSShape
extension AugmentedAIRuntime.ListHumanLoopsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

    Declaration

    Swift

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

    Declaration

    Swift

    public let creationTimeBefore: TimeStamp?
  • The Amazon Resource Name (ARN) of a flow definition.

    Declaration

    Swift

    public let flowDefinitionArn: String
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • A token to display the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. The order for displaying results. Valid values: Ascending and Descending.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • Undocumented

    Declaration

    Swift

    public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, flowDefinitionArn: String, maxResults: Int? = nil, nextToken: String? = nil, sortOrder: SortOrder? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws