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

GetAuthorizer() public method

Describe an existing Authorizer resource.
/// /// /// /// /// ///
public GetAuthorizer ( GetAuthorizerRequest request ) : GetAuthorizerResponse
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer service method.
return Amazon.APIGateway.Model.GetAuthorizerResponse
        public GetAuthorizerResponse GetAuthorizer(GetAuthorizerRequest request)
        {
            var marshaller = new GetAuthorizerRequestMarshaller();
            var unmarshaller = GetAuthorizerResponseUnmarshaller.Instance;

            return Invoke<GetAuthorizerRequest,GetAuthorizerResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient