CreateHumanTaskUiRequest
public struct CreateHumanTaskUiRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the user interface you are creating.
Declaration
Swift
public let humanTaskUiName: String
-
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public let uiTemplate: UiTemplate
-
Undocumented
Declaration
Swift
public init(humanTaskUiName: String, tags: [Tag]? = nil, uiTemplate: UiTemplate)
-
Declaration
Swift
public func validate(name: String) throws