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.
29 30 31 |
# File 'sig/types.rbs', line 29 def byte_match_set_id @byte_match_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
30 31 32 |
# File 'sig/types.rbs', line 30 def name @name end |