Class: Aws::Types::CreateByteMatchSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateByteMatchSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_match_set ⇒ Types::ByteMatchSet
Returns the value of attribute byte_match_set.
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
Instance Attribute Details
#byte_match_set ⇒ Types::ByteMatchSet
Returns the value of attribute byte_match_set.
55 56 57 |
# File 'sig/types.rbs', line 55 def byte_match_set @byte_match_set end |
#change_token ⇒ ::String
Returns the value of attribute change_token.
56 57 58 |
# File 'sig/types.rbs', line 56 def change_token @change_token end |