Class: Aws::WAFRegional::Types::DeleteByteMatchSetRequest

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

#byte_match_set_idString

The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1163

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

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1163

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