Class: Aws::Bedrock::Types::GuardrailWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailWord
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A word configured 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.
3270 3271 3272 3273 3274 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3270 class GuardrailWord < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |