Class: Aws::WAFRegional::Types::DeleteRegexMatchSetRequest

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)


1329
1330
1331
1332
1333
1334
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1329

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

#regex_match_set_idString

The RegexMatchSetId of the RegexMatchSet that you want to delete. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

Returns:

  • (String)


1329
1330
1331
1332
1333
1334
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1329

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