Class: Aws::Types::RegexMatchSet
- Inherits:
-
Object
- Object
- Aws::Types::RegexMatchSet
- 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.
-
#regex_match_tuples ⇒ ::Array[Types::RegexMatchTuple]
Returns the value of attribute regex_match_tuples.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
864 865 866 |
# File 'sig/types.rbs', line 864 def name @name end |
#regex_match_set_id ⇒ ::String
Returns the value of attribute regex_match_set_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def regex_match_set_id @regex_match_set_id end |
#regex_match_tuples ⇒ ::Array[Types::RegexMatchTuple]
Returns the value of attribute regex_match_tuples.
865 866 867 |
# File 'sig/types.rbs', line 865 def regex_match_tuples @regex_match_tuples end |