Class: Aws::BedrockAgentRuntime::Types::GuardrailManagedWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailManagedWord
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The managed word details for the filter in the Guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action details for the managed word filter in the Guardrail.
-
#match ⇒ String
The match details for the managed word filter in the Guardrail.
-
#type ⇒ String
The type details for the managed word filter in the Guardrail.
Instance Attribute Details
#action ⇒ String
The action details for the managed word filter in the Guardrail.
2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2117 class GuardrailManagedWord < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match details for the managed word filter in the Guardrail.
2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2117 class GuardrailManagedWord < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type details for the managed word filter in the Guardrail.
2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2117 class GuardrailManagedWord < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |