Class: Aws::BedrockRuntime::Types::GuardrailOutputContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailOutputContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The output content produced by the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The specific text for the output content produced by the guardrail.
Instance Attribute Details
#text ⇒ String
The specific text for the output content produced by the guardrail.
1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1090 class GuardrailOutputContent < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |