Class: Aws::Types::ByteMatchSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::ByteMatchSetSummary
- 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.
-
#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.
38 39 40 |
# File 'sig/types.rbs', line 38 def byte_match_set_id @byte_match_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
39 40 41 |
# File 'sig/types.rbs', line 39 def name @name end |