ListHumanLoopsResponse
public struct ListHumanLoopsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that contain information about the human loops.
Declaration
Swift
public let humanLoopSummaries: [HumanLoopSummary]
-
A token to display the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(humanLoopSummaries: [HumanLoopSummary], nextToken: String? = nil)