Class: Aws::CodePipeline::Types::PutActionRevisionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PutActionRevisionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the output of a ‘PutActionRevision` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#new_revision ⇒ Boolean
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
-
#pipeline_execution_id ⇒ String
The ID of the current workflow state of the pipeline.
Instance Attribute Details
#new_revision ⇒ Boolean
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
3891 3892 3893 3894 3895 3896 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3891 class PutActionRevisionOutput < Struct.new( :new_revision, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_id ⇒ String
The ID of the current workflow state of the pipeline.
3891 3892 3893 3894 3895 3896 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3891 class PutActionRevisionOutput < Struct.new( :new_revision, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |