Amazon.StepFunctions.AmazonStepFunctionsClient.DescribeStateMachine C# (CSharp) Метод

DescribeStateMachine() приватный Метод

private DescribeStateMachine ( DescribeStateMachineRequest request ) : DescribeStateMachineResponse
request Amazon.StepFunctions.Model.DescribeStateMachineRequest
Результат Amazon.StepFunctions.Model.DescribeStateMachineResponse
        internal DescribeStateMachineResponse DescribeStateMachine(DescribeStateMachineRequest request)
        {
            var marshaller = new DescribeStateMachineRequestMarshaller();
            var unmarshaller = DescribeStateMachineResponseUnmarshaller.Instance;

            return Invoke<DescribeStateMachineRequest,DescribeStateMachineResponse>(request, marshaller, unmarshaller);
        }