Class: Aws::WAFRegional::Types::DeleteGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteGeoMatchSetRequest
- Defined in:
- gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1196 class DeleteGeoMatchSetRequest < Struct.new( :geo_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |