GetWorkflowRunsRequest
public struct GetWorkflowRunsRequest : AWSShape
extension Glue.GetWorkflowRunsRequest: AWSPaginateStringToken
                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? - 
                  
                  
The maximum number of workflow runs to be included in the response.
Declaration
Swift
public let maxResults: Int? - 
                  
                  
Name of the workflow whose metadata of runs should be returned.
Declaration
Swift
public let name: String - 
                  
                  
The maximum size of the response.
Declaration
Swift
public let nextToken: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(includeGraph: Bool? = nil, maxResults: Int? = nil, name: String, nextToken: String? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
- 
                  
                  
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetWorkflowRunsRequest 
View on GitHub
        GetWorkflowRunsRequest Structure Reference