pub struct UpdateWafFirewallVersionParams {
pub firewall_id: String,
pub firewall_version_number: i32,
pub waf_firewall_version: Option<WafFirewallVersion>,
}Expand description
struct for passing parameters to the method update_waf_firewall_version
Fields§
§firewall_id: StringAlphanumeric string identifying a WAF Firewall.
firewall_version_number: i32Integer identifying a WAF firewall version.
waf_firewall_version: Option<WafFirewallVersion>Trait Implementations§
source§impl Clone for UpdateWafFirewallVersionParams
impl Clone for UpdateWafFirewallVersionParams
source§fn clone(&self) -> UpdateWafFirewallVersionParams
fn clone(&self) -> UpdateWafFirewallVersionParams
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 UpdateWafFirewallVersionParams
impl Default for UpdateWafFirewallVersionParams
source§fn default() -> UpdateWafFirewallVersionParams
fn default() -> UpdateWafFirewallVersionParams
Returns the “default value” for a type. Read more