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 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