class Aws::WAF::Types::DeleteGeoMatchSetRequest

@note When making an API call, you may pass DeleteGeoMatchSetRequest

data as a hash:

    {
      geo_match_set_id: "ResourceId", # required
      change_token: "ChangeToken", # required
    }

@!attribute [rw] geo_match_set_id

The `GeoMatchSetID` of the GeoMatchSet that you want to delete.
`GeoMatchSetId` is returned by CreateGeoMatchSet and by
ListGeoMatchSets.
@return [String]

@!attribute [rw] change_token

The value returned by the most recent call to GetChangeToken.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/DeleteGeoMatchSetRequest AWS API Documentation

Constants

SENSITIVE