Class: Aws::WAFRegional::Types::DeleteGeoMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


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_idString

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

Returns:

  • (String)


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