ExecutionRecord
public struct ExecutionRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the identifier of the given flow run.
Declaration
Swift
public let executionId: String? -
Describes the result of the given flow run.
Declaration
Swift
public let executionResult: ExecutionResult? -
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
Declaration
Swift
public let executionStatus: ExecutionStatus? -
Specifies the time of the most recent update.
Declaration
Swift
public let lastUpdatedAt: TimeStamp? -
Specifies the start time of the flow run.
Declaration
Swift
public let startedAt: TimeStamp? -
Undocumented
Declaration
Swift
public init(executionId: String? = nil, executionResult: ExecutionResult? = nil, executionStatus: ExecutionStatus? = nil, lastUpdatedAt: TimeStamp? = nil, startedAt: TimeStamp? = nil)
View on GitHub
ExecutionRecord Structure Reference