Class: Aws::WAF::Types::DeleteGeoMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1165

class DeleteGeoMatchSetRequest < Struct.new(
  :geo_match_set_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#geo_match_set_idString

The GeoMatchSetID of the GeoMatchSet that you want to delete. GeoMatchSetId is returned by CreateGeoMatchSet and by ListGeoMatchSets.

Returns:

  • (String)


1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1165

class DeleteGeoMatchSetRequest < Struct.new(
  :geo_match_set_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end