Class: Aws::Bedrock::Types::GuardrailRegexConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailRegexConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The regular expression to configure for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The guardrail action to configure when matching regular expression is detected.
-
#description ⇒ String
The description of the regular expression to configure for the guardrail.
-
#name ⇒ String
The name of the regular expression to configure for the guardrail.
-
#pattern ⇒ String
The regular expression pattern to configure for the guardrail.
Instance Attribute Details
#action ⇒ String
The guardrail action to configure when matching regular expression is detected.
3690 3691 3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3690 class GuardrailRegexConfig < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the regular expression to configure for the guardrail.
3690 3691 3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3690 class GuardrailRegexConfig < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the regular expression to configure for the guardrail.
3690 3691 3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3690 class GuardrailRegexConfig < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#pattern ⇒ String
The regular expression pattern to configure for the guardrail.
3690 3691 3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3690 class GuardrailRegexConfig < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |