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