Class: Aws::Types::DeleteByteMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteByteMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_match_set_id ⇒ ::String
Returns the value of attribute byte_match_set_id.
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
Instance Attribute Details
#byte_match_set_id ⇒ ::String
Returns the value of attribute byte_match_set_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def byte_match_set_id @byte_match_set_id end |
#change_token ⇒ ::String
Returns the value of attribute change_token.
217 218 219 |
# File 'sig/types.rbs', line 217 def change_token @change_token end |