Class: Aws::CodePipeline::Types::PutActionRevisionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::PutActionRevisionOutput
- 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
-
#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.
3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3885 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.
3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3885 class PutActionRevisionOutput < Struct.new( :new_revision, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |