Class: Aws::Types::RegexPatternSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSetSummary
- 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.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
897 898 899 |
# File 'sig/types.rbs', line 897 def name @name end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
896 897 898 |
# File 'sig/types.rbs', line 896 def regex_pattern_set_id @regex_pattern_set_id end |