ListFlowExecutionMessagesResponse
public struct ListFlowExecutionMessagesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of objects that contain information about events in the specified flow execution.
Declaration
Swift
public let messages: [FlowExecutionMessage]? -
The string to specify as nextToken when you request the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(messages: [FlowExecutionMessage]? = nil, nextToken: String? = nil)
View on GitHub
ListFlowExecutionMessagesResponse Structure Reference