Class: Aws::CodePipeline::Types::PutActionRevisionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a ‘PutActionRevision` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action that processes the revision.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-codepipeline/types.rb', line 3534

class PutActionRevisionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :action_revision)
  SENSITIVE = []
  include Aws::Structure
end

#action_revisionTypes::ActionRevision

Represents information about the version (or revision) of an action.



3534
3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-codepipeline/types.rb', line 3534

class PutActionRevisionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :action_revision)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline that starts processing the revision to the source.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-codepipeline/types.rb', line 3534

class PutActionRevisionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :action_revision)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage that contains the action that acts on the revision.

Returns:

  • (String)


3534
3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-codepipeline/types.rb', line 3534

class PutActionRevisionInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :action_revision)
  SENSITIVE = []
  include Aws::Structure
end