Class: Aws::Types::CustomPattern
- Inherits:
-
Object
- Object
- Aws::Types::CustomPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyword_regex ⇒ ::String
Returns the value of attribute keyword_regex.
-
#pattern_description ⇒ ::String
Returns the value of attribute pattern_description.
-
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
-
#pattern_regex ⇒ ::String
Returns the value of attribute pattern_regex.
Instance Attribute Details
#keyword_regex ⇒ ::String
Returns the value of attribute keyword_regex.
360 361 362 |
# File 'sig/types.rbs', line 360 def keyword_regex @keyword_regex end |
#pattern_description ⇒ ::String
Returns the value of attribute pattern_description.
359 360 361 |
# File 'sig/types.rbs', line 359 def pattern_description @pattern_description end |
#pattern_name ⇒ ::String
Returns the value of attribute pattern_name.
357 358 359 |
# File 'sig/types.rbs', line 357 def pattern_name @pattern_name end |
#pattern_regex ⇒ ::String
Returns the value of attribute pattern_regex.
358 359 360 |
# File 'sig/types.rbs', line 358 def pattern_regex @pattern_regex end |