Class: Aws::Types::GuardrailWordPolicyAssessment
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailWordPolicyAssessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_words ⇒ ::Array[Types::GuardrailCustomWord]
Returns the value of attribute custom_words.
-
#managed_word_lists ⇒ ::Array[Types::GuardrailManagedWord]
Returns the value of attribute managed_word_lists.
Instance Attribute Details
#custom_words ⇒ ::Array[Types::GuardrailCustomWord]
Returns the value of attribute custom_words.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def custom_words @custom_words end |
#managed_word_lists ⇒ ::Array[Types::GuardrailManagedWord]
Returns the value of attribute managed_word_lists.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def managed_word_lists @managed_word_lists end |