You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::UpdateGeoMatchSetRequestWhen passing UpdateGeoMatchSetRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
geo_match_set_id: "ResourceId", change_token: "ChangeToken", updates: [ {
action: "INSERT", geo_match_constraint: { type: "Country", value: "AF", },
},
],
}
Instance Attribute Summary collapse
The value returned by the most recent call to GetChangeToken.
The GeoMatchSetId
of the GeoMatchSet that you want to update.
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an GeoMatchSet.
An array of GeoMatchSetUpdate
objects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
. To add multiple countries, include multiple GeoMatchSetUpdate
objects in your request.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4