Class: Aws::Types::RegexMatchSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::RegexMatchSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
909 910 911 |
# File 'sig/types.rbs', line 909 def name @name end |
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
908 909 910 |
# File 'sig/types.rbs', line 908 def regex_match_set_id @regex_match_set_id end |