Class: Aws::WAFRegional::Types::DeleteGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteGeoMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#geo_match_set_id ⇒ String
The ‘GeoMatchSetID` of the GeoMatchSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1196 class DeleteGeoMatchSetRequest < Struct.new( :geo_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#geo_match_set_id ⇒ String
The ‘GeoMatchSetID` of the GeoMatchSet that you want to delete. `GeoMatchSetId` is returned by CreateGeoMatchSet and by ListGeoMatchSets.
1196 1197 1198 1199 1200 1201 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1196 class DeleteGeoMatchSetRequest < Struct.new( :geo_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |