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 Freeze for GetWafUpdateStatusParams
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