DescribeFlowExecutionRecordsResponse
public struct DescribeFlowExecutionRecordsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns a list of all instances when this flow was run.
Declaration
Swift
public let flowExecutions: [ExecutionRecord]?
-
The pagination token for the next page of data.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(flowExecutions: [ExecutionRecord]? = nil, nextToken: String? = nil)