CreateFlowTemplateRequest
public struct CreateFlowTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The namespace version in which the workflow is to be created. If no value is specified, the latest version is used by default.
Declaration
Swift
public let compatibleNamespaceVersion: Int64? -
The workflow DefinitionDocument.
Declaration
Swift
public let definition: DefinitionDocument -
Undocumented
Declaration
Swift
public init(compatibleNamespaceVersion: Int64? = nil, definition: DefinitionDocument) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateFlowTemplateRequest Structure Reference