pub struct GetWafRulesetParams {
pub service_id: String,
pub firewall_id: String,
}
Expand description
struct for passing parameters to the method get_waf_ruleset
Fields§
§service_id: String
Alphanumeric string identifying the service.
firewall_id: String
Alphanumeric string identifying a Firewall.
Trait Implementations§
Source§impl Clone for GetWafRulesetParams
impl Clone for GetWafRulesetParams
Source§fn clone(&self) -> GetWafRulesetParams
fn clone(&self) -> GetWafRulesetParams
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 Debug for GetWafRulesetParams
impl Debug for GetWafRulesetParams
Source§impl Default for GetWafRulesetParams
impl Default for GetWafRulesetParams
Source§fn default() -> GetWafRulesetParams
fn default() -> GetWafRulesetParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetWafRulesetParams
impl RefUnwindSafe for GetWafRulesetParams
impl Send for GetWafRulesetParams
impl Sync for GetWafRulesetParams
impl Unpin for GetWafRulesetParams
impl UnwindSafe for GetWafRulesetParams
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