Class: Aws::Bedrock::Types::GuardrailManagedWords

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

The managed word list that was configured for the guardrail. (This is a list of words that are pre-defined and managed by Guardrails only.)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)

Returns:

  • (String)


1804
1805
1806
1807
1808
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1804

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