DescribeFlowExecutionRecordsRequest
public struct DescribeFlowExecutionRecordsRequest : AWSShape
extension Appflow.DescribeFlowExecutionRecordsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Declaration
Swift
public let flowName: String
-
Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).
Declaration
Swift
public let maxResults: Int?
-
The pagination token for the next page of data.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(flowName: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Appflow.DescribeFlowExecutionRecordsRequest