Class: Aws::BedrockRuntime::Types::GuardrailOutputContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#textString

The specific text for the output content produced by the guardrail.

Returns:

  • (String)


2725
2726
2727
2728
2729
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2725

class GuardrailOutputContent < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end