Amazon.WAFRegional.AmazonWAFRegionalClient.GetRule C# (CSharp) Метод

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

Returns the Rule that is specified by the RuleId that you included in the GetRule request.
/// The operation failed because of a system problem, even though the request was valid. /// Retry your request. /// /// The operation failed because you tried to create, update, or delete an object by using /// an invalid account identifier. /// /// The operation failed because the referenced object doesn't exist. ///
public GetRule ( GetRuleRequest request ) : GetRuleResponse
request GetRuleRequest Container for the necessary parameters to execute the GetRule service method.
Результат GetRuleResponse
        public GetRuleResponse GetRule(GetRuleRequest request)
        {
            var marshaller = new GetRuleRequestMarshaller();
            var unmarshaller = GetRuleResponseUnmarshaller.Instance;

            return Invoke<GetRuleRequest,GetRuleResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetRule ( string ruleId ) : GetRuleResponse
AmazonWAFRegionalClient