pub struct GeoMatchSetUpdate {
pub action: String,
pub geo_match_constraint: GeoMatchConstraint,
}Expand description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the type of update to perform to an GeoMatchSet with UpdateGeoMatchSet.
Fields§
§action: StringSpecifies whether to insert or delete a country with UpdateGeoMatchSet.
geo_match_constraint: GeoMatchConstraintThe country from which web requests originate that you want AWS WAF to search for.
Trait Implementations§
Source§impl Clone for GeoMatchSetUpdate
impl Clone for GeoMatchSetUpdate
Source§fn clone(&self) -> GeoMatchSetUpdate
fn clone(&self) -> GeoMatchSetUpdate
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 Debug for GeoMatchSetUpdate
impl Debug for GeoMatchSetUpdate
Source§impl Default for GeoMatchSetUpdate
impl Default for GeoMatchSetUpdate
Source§fn default() -> GeoMatchSetUpdate
fn default() -> GeoMatchSetUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for GeoMatchSetUpdate
impl PartialEq for GeoMatchSetUpdate
Source§impl Serialize for GeoMatchSetUpdate
impl Serialize for GeoMatchSetUpdate
impl StructuralPartialEq for GeoMatchSetUpdate
Auto Trait Implementations§
impl Freeze for GeoMatchSetUpdate
impl RefUnwindSafe for GeoMatchSetUpdate
impl Send for GeoMatchSetUpdate
impl Sync for GeoMatchSetUpdate
impl Unpin for GeoMatchSetUpdate
impl UnwindSafe for GeoMatchSetUpdate
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