Class: Aws::BedrockRuntime::Types::GuardrailConverseTextBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailConverseTextBlock
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A text block that contains text that you want to assess with a guardrail. For more information, see GuardrailConverseContentBlock.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The text that you want to guard.
Instance Attribute Details
#text ⇒ String
The text that you want to guard.
693 694 695 696 697 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 693 class GuardrailConverseTextBlock < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |