Class: Aws::CodePipeline::Types::PutActionRevisionOutput

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

Overview

Represents the output of a PutActionRevision action.

Instance Attribute Summary collapse

Instance Attribute Details

#new_revisionBoolean

Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

Returns:

  • (Boolean)


2397
2398
2399
2400
2401
# File 'lib/aws-sdk-codepipeline/types.rb', line 2397

class PutActionRevisionOutput < Struct.new(
  :new_revision,
  :pipeline_execution_id)
  include Aws::Structure
end

#pipeline_execution_idString

The ID of the current workflow state of the pipeline.

Returns:

  • (String)


2397
2398
2399
2400
2401
# File 'lib/aws-sdk-codepipeline/types.rb', line 2397

class PutActionRevisionOutput < Struct.new(
  :new_revision,
  :pipeline_execution_id)
  include Aws::Structure
end