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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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)


1051
1052
1053
1054
1055
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1051

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