You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::PutActionRevisionInputWhen passing PutActionRevisionInput as input to an Aws::Client method, you can use a vanilla Hash:
{
pipeline_name: "PipelineName", stage_name: "StageName", action_name: "ActionName", action_revision: { revision_id: "Revision", revision_change_id: "RevisionChangeIdentifier", created: Time.now, },
}
Represents the input of a PutActionRevision
action.
The name of the action that processes the revision.
Represents information about the version (or revision) of an action.
The name of the pipeline that starts processing the revision to the source.
The name of the stage that contains the action that acts on the revision.
The name of the action that processes the revision.
#action_revision ⇒ Types::ActionRevisionRepresents information about the version (or revision) of an action.
#pipeline_name ⇒ StringThe name of the pipeline that starts processing the revision to the source.
#stage_name ⇒ StringThe name of the stage that contains the action that acts on the revision.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4