ExecutionDetails
public struct ExecutionDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the details of the most recent flow run.
Declaration
Swift
public let mostRecentExecutionMessage: String?
-
Specifies the status of the most recent flow run.
Declaration
Swift
public let mostRecentExecutionStatus: ExecutionStatus?
-
Specifies the time of the most recent flow run.
Declaration
Swift
public let mostRecentExecutionTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(mostRecentExecutionMessage: String? = nil, mostRecentExecutionStatus: ExecutionStatus? = nil, mostRecentExecutionTime: TimeStamp? = nil)