Class: Aws::Types::RegexPatternSet
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
-
#regex_pattern_strings ⇒ ::Array[::String]
Returns the value of attribute regex_pattern_strings.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
890 891 892 |
# File 'sig/types.rbs', line 890 def name @name end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
889 890 891 |
# File 'sig/types.rbs', line 889 def regex_pattern_set_id @regex_pattern_set_id end |
#regex_pattern_strings ⇒ ::Array[::String]
Returns the value of attribute regex_pattern_strings.
891 892 893 |
# File 'sig/types.rbs', line 891 def regex_pattern_strings @regex_pattern_strings end |