Class: Aws::BedrockAgentRuntime::Types::GuardrailCustomWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailCustomWord
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The custom word details for the filter in the Guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action details for the custom word filter in the Guardrail.
-
#match ⇒ String
The match details for the custom word filter in the Guardrail.
Instance Attribute Details
#action ⇒ String
The action details for the custom word filter in the Guardrail.
2079 2080 2081 2082 2083 2084 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2079 class GuardrailCustomWord < Struct.new( :action, :match) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match details for the custom word filter in the Guardrail.
2079 2080 2081 2082 2083 2084 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2079 class GuardrailCustomWord < Struct.new( :action, :match) SENSITIVE = [] include Aws::Structure end |