FlowExecutionMessage
public struct FlowExecutionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of flow event .
Declaration
Swift
public let eventType: FlowExecutionEventType?
-
The unique identifier of the message.
Declaration
Swift
public let messageId: String?
-
A string containing information about the flow event.
Declaration
Swift
public let payload: String?
-
The date and time when the message was last updated.
Declaration
Swift
public let timestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(eventType: FlowExecutionEventType? = nil, messageId: String? = nil, payload: String? = nil, timestamp: TimeStamp? = nil)