Class: Aws::Types::GuardrailRegexConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailRegexConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCK", "ANONYMIZE"
Returns the value of attribute action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#action ⇒ "BLOCK", "ANONYMIZE"
Returns the value of attribute action.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def action @action end |
#description ⇒ ::String
Returns the value of attribute description.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def name @name end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def pattern @pattern end |