ListHumanTaskUisRequest

public struct ListHumanTaskUisRequest : AWSShape
extension SageMaker.ListHumanTaskUisRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

    Declaration

    Swift

    public let creationTimeAfter: TimeStamp?
  • A filter that returns only human task user interfaces that were created before the specified timestamp.

    Declaration

    Swift

    public let creationTimeBefore: TimeStamp?
  • 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 will be provided in the output that you can use to resume pagination.

    Declaration

    Swift

    public let maxResults: Int?
  • A token to resume pagination.

    Declaration

    Swift

    public let nextToken: String?
  • An optional value that specifies whether you want the results sorted in Ascending or Descending order.

    Declaration

    Swift

    public let sortOrder: SortOrder?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws