Class: Aws::WAFRegional::Types::DeleteByteMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteByteMatchSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byte_match_set_id ⇒ String
The
ByteMatchSetId
of the ByteMatchSet that you want to delete. -
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
Instance Attribute Details
#byte_match_set_id ⇒ String
The ByteMatchSetId
of the ByteMatchSet that you want to delete.
ByteMatchSetId
is returned by CreateByteMatchSet and by
ListByteMatchSets.
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_token ⇒ String
The value returned by the most recent call to GetChangeToken.
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 |