GetWorkflowRunRequest
public struct GetWorkflowRunRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether to include the workflow graph in response or not.
Declaration
Swift
public let includeGraph: Bool?
-
Name of the workflow being run.
Declaration
Swift
public let name: String
-
The ID of the workflow run.
Declaration
Swift
public let runId: String
-
Undocumented
Declaration
Swift
public init(includeGraph: Bool? = nil, name: String, runId: String)
-
Declaration
Swift
public func validate(name: String) throws