PutActionRevisionInput
public struct PutActionRevisionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the action that processes the revision.
Declaration
Swift
public let actionName: String -
Represents information about the version (or revision) of an action.
Declaration
Swift
public let actionRevision: ActionRevision -
The name of the pipeline that starts processing the revision to the source.
Declaration
Swift
public let pipelineName: String -
The name of the stage that contains the action that acts on the revision.
Declaration
Swift
public let stageName: String -
Undocumented
Declaration
Swift
public init(actionName: String, actionRevision: ActionRevision, pipelineName: String, stageName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutActionRevisionInput Structure Reference