Class: Aws::BedrockRuntime::Types::GuardrailManagedWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailManagedWord
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A managed word configured in a guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for the managed word.
-
#match ⇒ String
The match for the managed word.
-
#type ⇒ String
The type for the managed word.
Instance Attribute Details
#action ⇒ String
The action for the managed word.
1074 1075 1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074 class GuardrailManagedWord < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match for the managed word.
1074 1075 1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074 class GuardrailManagedWord < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the managed word.
1074 1075 1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074 class GuardrailManagedWord < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |