Class: Aws::Types::UpdateByteMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateByteMatchSetRequest
- 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.
-
#updates ⇒ ::Array[Types::ByteMatchSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#byte_match_set_id ⇒ ::String
Returns the value of attribute byte_match_set_id.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def byte_match_set_id @byte_match_set_id end |
#change_token ⇒ ::String
Returns the value of attribute change_token.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def change_token @change_token end |
#updates ⇒ ::Array[Types::ByteMatchSetUpdate]
Returns the value of attribute updates.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def updates @updates end |