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.



3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3316

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:



3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3316

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