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 Freeze for GetWafRuleExclusionParams
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