HumanLoopInput
public struct HumanLoopInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
Declaration
Swift
public let inputContent: String -
Undocumented
Declaration
Swift
public init(inputContent: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HumanLoopInput Structure Reference