GetWorkflowRequest
public struct GetWorkflowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether to include a graph when returning the workflow resource metadata.
Declaration
Swift
public let includeGraph: Bool? -
The name of the workflow to retrieve.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(includeGraph: Bool? = nil, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetWorkflowRequest Structure Reference