Class: Aws::Types::GuardrailWordPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailWordPolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_word_lists_config ⇒ ::Array[Types::GuardrailManagedWordsConfig]
Returns the value of attribute managed_word_lists_config.
-
#words_config ⇒ ::Array[Types::GuardrailWordConfig]
Returns the value of attribute words_config.
Instance Attribute Details
#managed_word_lists_config ⇒ ::Array[Types::GuardrailManagedWordsConfig]
Returns the value of attribute managed_word_lists_config.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def managed_word_lists_config @managed_word_lists_config end |
#words_config ⇒ ::Array[Types::GuardrailWordConfig]
Returns the value of attribute words_config.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def words_config @words_config end |