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