Class: Aws::Types::ByteMatchSet
- Inherits:
-
Object
- Object
- Aws::Types::ByteMatchSet
- 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.
-
#byte_match_tuples ⇒ ::Array[Types::ByteMatchTuple]
Returns the value of attribute byte_match_tuples.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#byte_match_set_id ⇒ ::String
Returns the value of attribute byte_match_set_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def byte_match_set_id @byte_match_set_id end |
#byte_match_tuples ⇒ ::Array[Types::ByteMatchTuple]
Returns the value of attribute byte_match_tuples.
24 25 26 |
# File 'sig/types.rbs', line 24 def byte_match_tuples @byte_match_tuples end |
#name ⇒ ::String
Returns the value of attribute name.
23 24 25 |
# File 'sig/types.rbs', line 23 def name @name end |