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