CreateWorkflowResponse
public struct CreateWorkflowResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the workflow which was provided as part of the request.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(name: String? = nil)
View on GitHub
CreateWorkflowResponse Structure Reference