Class: Aws::Types::AIGuardrailWordPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::AIGuardrailWordPolicyConfig
- 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.
160 161 162 |
# File 'sig/types.rbs', line 160 def managed_word_lists_config @managed_word_lists_config end |
#words_config ⇒ ::Array[Types::GuardrailWordConfig]
Returns the value of attribute words_config.
159 160 161 |
# File 'sig/types.rbs', line 159 def words_config @words_config end |