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.
31 32 33 |
# File 'sig/types.rbs', line 31 def byte_match_set_id @byte_match_set_id end |
#byte_match_tuples ⇒ ::Array[Types::ByteMatchTuple]
Returns the value of attribute byte_match_tuples.
33 34 35 |
# File 'sig/types.rbs', line 33 def byte_match_tuples @byte_match_tuples end |
#name ⇒ ::String
Returns the value of attribute name.
32 33 34 |
# File 'sig/types.rbs', line 32 def name @name end |