Class: Aws::BedrockRuntime::Types::GuardrailCustomWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailCustomWord
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A custom word configured in a guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for the custom word.
-
#match ⇒ String
The match for the custom word.
Instance Attribute Details
#action ⇒ String
The action for the custom word.
988 989 990 991 992 993 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 988 class GuardrailCustomWord < Struct.new( :match, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match for the custom word.
988 989 990 991 992 993 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 988 class GuardrailCustomWord < Struct.new( :match, :action) SENSITIVE = [] include Aws::Structure end |