Method: Aws::BedrockRuntime::Types::GuardrailTextBlock#text

Defined in:
lib/aws-sdk-bedrockruntime/types.rb

#textString

The input text details to be evaluated by the guardrail.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1443

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