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

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

Overview

Represents the output of a PutActionRevision action.

Constant Summary collapse

SENSITIVE =
[]

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)


3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3568

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

#pipeline_execution_idString

The ID of the current workflow state of the pipeline.

Returns:

  • (String)


3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3568

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