Class: Aws::WAFRegional::Types::DeleteRegexPatternSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-wafregional/types.rb', line 1362

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

#regex_pattern_set_idString

The ‘RegexPatternSetId` of the RegexPatternSet that you want to delete. `RegexPatternSetId` is returned by CreateRegexPatternSet and by ListRegexPatternSets.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-wafregional/types.rb', line 1362

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