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