pub async fn get_waf_rule(
    configuration: &mut Configuration,
    params: GetWafRuleParams
) -> Result<WafRuleResponse, Error<GetWafRuleError>>
Expand description

Get a specific rule. The id provided can be the ModSecurity Rule ID or the Fastly generated rule ID.