Class: Aws::WAF::Types::DeleteByteMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteByteMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-waf/types.rb', line 1132 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.
1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-waf/types.rb', line 1132 class DeleteByteMatchSetRequest < Struct.new( :byte_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |