SearchFlowExecutionsResponse
public struct SearchFlowExecutionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The string to specify as nextToken when you request the next page of results.
Declaration
Swift
public let nextToken: String?
-
An array of objects that contain summary information about each workflow execution in the result set.
Declaration
Swift
public let summaries: [FlowExecutionSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, summaries: [FlowExecutionSummary]? = nil)