pub struct GetWafRuleExclusionParams {
pub firewall_id: String,
pub firewall_version_number: i32,
pub exclusion_number: i32,
}
Expand description
struct for passing parameters to the method get_waf_rule_exclusion
Fields§
§firewall_id: String
Alphanumeric string identifying a WAF Firewall.
firewall_version_number: i32
Integer identifying a WAF firewall version.
exclusion_number: i32
A numeric ID identifying a WAF exclusion.
Trait Implementations§
source§impl Clone for GetWafRuleExclusionParams
impl Clone for GetWafRuleExclusionParams
source§fn clone(&self) -> GetWafRuleExclusionParams
fn clone(&self) -> GetWafRuleExclusionParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetWafRuleExclusionParams
impl Debug for GetWafRuleExclusionParams
source§impl Default for GetWafRuleExclusionParams
impl Default for GetWafRuleExclusionParams
source§fn default() -> GetWafRuleExclusionParams
fn default() -> GetWafRuleExclusionParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetWafRuleExclusionParams
impl Send for GetWafRuleExclusionParams
impl Sync for GetWafRuleExclusionParams
impl Unpin for GetWafRuleExclusionParams
impl UnwindSafe for GetWafRuleExclusionParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more