pub struct BulkDeleteWafActiveRulesParams {
pub firewall_id: String,
pub version_id: i32,
pub request_body: Option<HashMap<String, Value>>,
}
Expand description
struct for passing parameters to the method bulk_delete_waf_active_rules
Fields§
§firewall_id: String
Alphanumeric string identifying a WAF Firewall.
version_id: i32
Integer identifying a service version.
request_body: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Clone for BulkDeleteWafActiveRulesParams
impl Clone for BulkDeleteWafActiveRulesParams
Source§fn clone(&self) -> BulkDeleteWafActiveRulesParams
fn clone(&self) -> BulkDeleteWafActiveRulesParams
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 Default for BulkDeleteWafActiveRulesParams
impl Default for BulkDeleteWafActiveRulesParams
Source§fn default() -> BulkDeleteWafActiveRulesParams
fn default() -> BulkDeleteWafActiveRulesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BulkDeleteWafActiveRulesParams
impl RefUnwindSafe for BulkDeleteWafActiveRulesParams
impl Send for BulkDeleteWafActiveRulesParams
impl Sync for BulkDeleteWafActiveRulesParams
impl Unpin for BulkDeleteWafActiveRulesParams
impl UnwindSafe for BulkDeleteWafActiveRulesParams
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