Class: Aws::Bedrock::Types::GuardrailWordConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailWordConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
A word to configure for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
Text of the word configured for the guardrail to block.
Instance Attribute Details
#text ⇒ String
Text of the word configured for the guardrail to block.
3930 3931 3932 3933 3934 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3930 class GuardrailWordConfig < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |