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 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