GetPipelineStateOutput
public struct GetPipelineStateOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time the pipeline was created, in timestamp format.
Declaration
Swift
public let created: TimeStamp?
-
The name of the pipeline for which you want to get the state.
Declaration
Swift
public let pipelineName: String?
-
The version number of the pipeline. A newly created pipeline is always assigned a version number of 1.
Declaration
Swift
public let pipelineVersion: Int?
-
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
Declaration
Swift
public let stageStates: [StageState]?
-
The date and time the pipeline was last updated, in timestamp format.
Declaration
Swift
public let updated: TimeStamp?
-
Undocumented
Declaration
Swift
public init(created: TimeStamp? = nil, pipelineName: String? = nil, pipelineVersion: Int? = nil, stageStates: [StageState]? = nil, updated: TimeStamp? = nil)