pub struct ListWafFirewallVersionsParams {
pub firewall_id: String,
pub include: Option<String>,
pub page_number: Option<i32>,
pub page_size: Option<i32>,
}
Expand description
struct for passing parameters to the method list_waf_firewall_versions
Fields§
§firewall_id: String
Alphanumeric string identifying a WAF Firewall.
include: Option<String>
Include relationships. Optional.
page_number: Option<i32>
Current page.
page_size: Option<i32>
Number of records per page.
Trait Implementations§
source§impl Clone for ListWafFirewallVersionsParams
impl Clone for ListWafFirewallVersionsParams
source§fn clone(&self) -> ListWafFirewallVersionsParams
fn clone(&self) -> ListWafFirewallVersionsParams
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 ListWafFirewallVersionsParams
impl Default for ListWafFirewallVersionsParams
source§fn default() -> ListWafFirewallVersionsParams
fn default() -> ListWafFirewallVersionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ListWafFirewallVersionsParams
impl Send for ListWafFirewallVersionsParams
impl Sync for ListWafFirewallVersionsParams
impl Unpin for ListWafFirewallVersionsParams
impl UnwindSafe for ListWafFirewallVersionsParams
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