JobFlowExecutionStatusDetail
public struct JobFlowExecutionStatusDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation date and time of the job flow.
Declaration
Swift
public let creationDateTime: TimeStamp
-
The completion date and time of the job flow.
Declaration
Swift
public let endDateTime: TimeStamp?
-
Description of the job flow last changed state.
Declaration
Swift
public let lastStateChangeReason: String?
-
The date and time when the job flow was ready to start running bootstrap actions.
Declaration
Swift
public let readyDateTime: TimeStamp?
-
The start date and time of the job flow.
Declaration
Swift
public let startDateTime: TimeStamp?
-
The state of the job flow.
Declaration
Swift
public let state: JobFlowExecutionState
-
Undocumented
Declaration
Swift
public init(creationDateTime: TimeStamp, endDateTime: TimeStamp? = nil, lastStateChangeReason: String? = nil, readyDateTime: TimeStamp? = nil, startDateTime: TimeStamp? = nil, state: JobFlowExecutionState)