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