Class: Aws::Bedrock::Types::GuardrailWordPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailWordPolicy
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about the word policy configured for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_word_lists ⇒ Array<Types::GuardrailManagedWords>
A list of managed words configured for the guardrail.
-
#words ⇒ Array<Types::GuardrailWord>
A list of words configured for the guardrail.
Instance Attribute Details
#managed_word_lists ⇒ Array<Types::GuardrailManagedWords>
A list of managed words configured for the guardrail.
3953 3954 3955 3956 3957 3958 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3953 class GuardrailWordPolicy < Struct.new( :words, :managed_word_lists) SENSITIVE = [] include Aws::Structure end |
#words ⇒ Array<Types::GuardrailWord>
A list of words configured for the guardrail.
3953 3954 3955 3956 3957 3958 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3953 class GuardrailWordPolicy < Struct.new( :words, :managed_word_lists) SENSITIVE = [] include Aws::Structure end |