Class: Aws::Bedrock::Types::GuardrailManagedWordsConfig

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

Overview

The managed word list to configure for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The managed word type to configure for the guardrail.

Returns:

  • (String)


1818
1819
1820
1821
1822
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1818

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