Amazon.APIGateway.AmazonAPIGatewayClient.GetClientCertificate C# (CSharp) Method

GetClientCertificate() public method

Gets information about the current ClientCertificate resource.
/// /// /// /// /// ///
public GetClientCertificate ( GetClientCertificateRequest request ) : GetClientCertificateResponse
request Amazon.APIGateway.Model.GetClientCertificateRequest Container for the necessary parameters to execute the GetClientCertificate service method.
return Amazon.APIGateway.Model.GetClientCertificateResponse
        public GetClientCertificateResponse GetClientCertificate(GetClientCertificateRequest request)
        {
            var marshaller = new GetClientCertificateRequestMarshaller();
            var unmarshaller = GetClientCertificateResponseUnmarshaller.Instance;

            return Invoke<GetClientCertificateRequest,GetClientCertificateResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient