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)


2595
2596
2597
2598
2599
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2595

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