Class: Aws::Bedrock::Types::GuardrailManagedWords
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailManagedWords
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The managed word list that was configured for the guardrail. (This is a list of words that are pre-defined and managed by guardrails only.)
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
ManagedWords$type The managed word type that was configured for the guardrail.
Instance Attribute Details
#type ⇒ String
ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)
2710 2711 2712 2713 2714 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2710 class GuardrailManagedWords < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |