Struct rusoto_waf::GeoMatchSetUpdate [] [src]

pub struct GeoMatchSetUpdate {
    pub action: String,
    pub geo_match_constraint: GeoMatchConstraint,
}

Specifies the type of update to perform to an GeoMatchSet with UpdateGeoMatchSet.

Fields

Specifies whether to insert or delete a country with UpdateGeoMatchSet.

The country from which web requests originate that you want AWS WAF to search for.

Trait Implementations

impl Default for GeoMatchSetUpdate
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GeoMatchSetUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GeoMatchSetUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations