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