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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3546

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.



3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3546

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)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3546

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)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3546

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