WorkflowType
public struct WorkflowType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the workflow type. The combination of workflow type name and version must be unique with in a domain.
Declaration
Swift
public let name: String -
The version of the workflow type. The combination of workflow type name and version must be unique with in a domain.
Declaration
Swift
public let version: String -
Undocumented
Declaration
Swift
public init(name: String, version: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
WorkflowType Structure Reference