class Aws::CodePipeline::Types::PutActionRevisionInput

Represents the input of a `PutActionRevision` action.

@note When making an API call, you may pass PutActionRevisionInput

data as a hash:

    {
      pipeline_name: "PipelineName", # required
      stage_name: "StageName", # required
      action_name: "ActionName", # required
      action_revision: { # required
        revision_id: "Revision", # required
        revision_change_id: "RevisionChangeIdentifier", # required
        created: Time.now, # required
      },
    }

@!attribute [rw] pipeline_name

The name of the pipeline that starts processing the revision to the
source.
@return [String]

@!attribute [rw] stage_name

The name of the stage that contains the action that acts on the
revision.
@return [String]

@!attribute [rw] action_name

The name of the action that processes the revision.
@return [String]

@!attribute [rw] action_revision

Represents information about the version (or revision) of an action.
@return [Types::ActionRevision]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PutActionRevisionInput AWS API Documentation

Constants

SENSITIVE