Amazon.IoT.AmazonIoTClient.GetPolicyVersion C# (CSharp) Метод

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

private GetPolicyVersion ( GetPolicyVersionRequest request ) : GetPolicyVersionResponse
request GetPolicyVersionRequest
Результат GetPolicyVersionResponse
        internal GetPolicyVersionResponse GetPolicyVersion(GetPolicyVersionRequest request)
        {
            var marshaller = new GetPolicyVersionRequestMarshaller();
            var unmarshaller = GetPolicyVersionResponseUnmarshaller.Instance;

            return Invoke<GetPolicyVersionRequest,GetPolicyVersionResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonIoTClient::GetPolicyVersion ( string policyName, string policyVersionId ) : GetPolicyVersionResponse
AmazonIoTClient