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.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def byte_match_set_id @byte_match_set_id end |
#change_token ⇒ ::String
Returns the value of attribute change_token.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def change_token @change_token end |
#updates ⇒ ::Array[Types::ByteMatchSetUpdate]
Returns the value of attribute updates.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def updates @updates end |