Class: Aws::Bedrock::Types::GuardrailWordPolicyConfig

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

Overview

Contains details about the word policy to configured for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_word_lists_configArray<Types::GuardrailManagedWordsConfig>

A list of managed words to configure for the guardrail.



2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2213

class GuardrailWordPolicyConfig < Struct.new(
  :words_config,
  :managed_word_lists_config)
  SENSITIVE = []
  include Aws::Structure
end

#words_configArray<Types::GuardrailWordConfig>

A list of words to configure for the guardrail.

Returns:



2213
2214
2215
2216
2217
2218
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2213

class GuardrailWordPolicyConfig < Struct.new(
  :words_config,
  :managed_word_lists_config)
  SENSITIVE = []
  include Aws::Structure
end