StageState
public struct StageState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the stage.
Declaration
Swift
public let actionStates: [ActionState]?
-
The state of the inbound transition, which is either enabled or disabled.
Declaration
Swift
public let inboundTransitionState: TransitionState?
-
Information about the latest execution in the stage, including its ID and status.
Declaration
Swift
public let latestExecution: StageExecution?
-
The name of the stage.
Declaration
Swift
public let stageName: String?
-
Undocumented
Declaration
Swift
public init(actionStates: [ActionState]? = nil, inboundTransitionState: TransitionState? = nil, latestExecution: StageExecution? = nil, stageName: String? = nil)