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

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

Returns information about a job. Only used for custom actions.

When this API is called, AWS CodePipeline returns temporary credentials for the Amazon S3 bucket used to store artifacts for the pipeline, if the action requires access to that Amazon S3 bucket for input or output artifacts. Additionally, this API returns any secret values defined for the action.

/// The specified job was specified in an invalid format or cannot be found. /// /// The validation was specified in an invalid format. ///
public GetJobDetails ( GetJobDetailsRequest request ) : GetJobDetailsResponse
request Amazon.CodePipeline.Model.GetJobDetailsRequest Container for the necessary parameters to execute the GetJobDetails service method.
Результат Amazon.CodePipeline.Model.GetJobDetailsResponse
        public GetJobDetailsResponse GetJobDetails(GetJobDetailsRequest request)
        {
            var marshaller = new GetJobDetailsRequestMarshaller();
            var unmarshaller = GetJobDetailsResponseUnmarshaller.Instance;

            return Invoke<GetJobDetailsRequest,GetJobDetailsResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCodePipelineClient::GetJobDetails ( string jobId ) : GetJobDetailsResponse
AmazonCodePipelineClient