Amazon.APIGateway.AmazonAPIGatewayClient.GetDeployment C# (CSharp) Метод

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

Gets information about a Deployment resource.
/// /// /// /// /// /// /// ///
public GetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request ) : GetDeploymentResponse
request Amazon.APIGateway.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment service method.
Результат Amazon.APIGateway.Model.GetDeploymentResponse
        public GetDeploymentResponse GetDeployment(GetDeploymentRequest request)
        {
            var marshaller = new GetDeploymentRequestMarshaller();
            var unmarshaller = GetDeploymentResponseUnmarshaller.Instance;

            return Invoke<GetDeploymentRequest,GetDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient