StepExecutionStatusDetail
public struct StepExecutionStatusDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation date and time of the step.
Declaration
Swift
public let creationDateTime: TimeStamp
-
The completion date and time of the step.
Declaration
Swift
public let endDateTime: TimeStamp?
-
A description of the step’s current state.
Declaration
Swift
public let lastStateChangeReason: String?
-
The start date and time of the step.
Declaration
Swift
public let startDateTime: TimeStamp?
-
The state of the step.
Declaration
Swift
public let state: StepExecutionState
-
Undocumented
Declaration
Swift
public init(creationDateTime: TimeStamp, endDateTime: TimeStamp? = nil, lastStateChangeReason: String? = nil, startDateTime: TimeStamp? = nil, state: StepExecutionState)