PutActionRevisionOutput
public struct PutActionRevisionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
Declaration
Swift
public let newRevision: Bool?
-
The ID of the current workflow state of the pipeline.
Declaration
Swift
public let pipelineExecutionId: String?
-
Undocumented
Declaration
Swift
public init(newRevision: Bool? = nil, pipelineExecutionId: String? = nil)