Class: Aws::CodePipeline::Types::GetPipelineExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetPipelineExecutionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘GetPipelineExecution` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_execution_id ⇒ String
The ID of the pipeline execution about which you want to get execution details.
-
#pipeline_name ⇒ String
The name of the pipeline about which you want to get execution details.
Instance Attribute Details
#pipeline_execution_id ⇒ String
The ID of the pipeline execution about which you want to get execution details.
2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2021 class GetPipelineExecutionInput < Struct.new( :pipeline_name, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline about which you want to get execution details.
2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2021 class GetPipelineExecutionInput < Struct.new( :pipeline_name, :pipeline_execution_id) SENSITIVE = [] include Aws::Structure end |