FlowExecutionSummary
public struct FlowExecutionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time when the flow execution summary was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The ID of the flow execution.
Declaration
Swift
public let flowExecutionId: String?
-
The ID of the flow.
Declaration
Swift
public let flowTemplateId: String?
-
The current status of the flow execution.
Declaration
Swift
public let status: FlowExecutionStatus?
-
The ID of the system instance that contains the flow.
Declaration
Swift
public let systemInstanceId: String?
-
The date and time when the flow execution summary was last updated.
Declaration
Swift
public let updatedAt: TimeStamp?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, flowExecutionId: String? = nil, flowTemplateId: String? = nil, status: FlowExecutionStatus? = nil, systemInstanceId: String? = nil, updatedAt: TimeStamp? = nil)