DescribeHumanLoopRequest
public struct DescribeHumanLoopRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the human loop that you want information about.
Declaration
Swift
public let humanLoopName: String
-
Undocumented
Declaration
Swift
public init(humanLoopName: String)
-
Declaration
Swift
public func validate(name: String) throws