Amazon.CodePipeline.AmazonCodePipelineClient.GetPipelineExecution C# (CSharp) Метод

GetPipelineExecution() публичный Метод

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.
/// The pipeline execution was specified in an invalid format or cannot be found, or an /// execution ID does not belong to the specified pipeline. /// /// The specified pipeline was specified in an invalid format or cannot be found. /// /// The validation was specified in an invalid format. ///
public GetPipelineExecution ( GetPipelineExecutionRequest request ) : GetPipelineExecutionResponse
request Amazon.CodePipeline.Model.GetPipelineExecutionRequest Container for the necessary parameters to execute the GetPipelineExecution service method.
Результат Amazon.CodePipeline.Model.GetPipelineExecutionResponse
        public GetPipelineExecutionResponse GetPipelineExecution(GetPipelineExecutionRequest request)
        {
            var marshaller = new GetPipelineExecutionRequestMarshaller();
            var unmarshaller = GetPipelineExecutionResponseUnmarshaller.Instance;

            return Invoke<GetPipelineExecutionRequest,GetPipelineExecutionResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient