Class: Aws::Bedrock::Types::GuardrailRegex
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailRegex
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The regular expression configured for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action taken when a match to the regular expression is detected.
-
#description ⇒ String
The description of the regular expression for the guardrail.
-
#name ⇒ String
The name of the regular expression for the guardrail.
-
#pattern ⇒ String
The pattern of the regular expression configured for the guardrail.
Instance Attribute Details
#action ⇒ String
The action taken when a match to the regular expression is detected.
3746 3747 3748 3749 3750 3751 3752 3753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3746 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the regular expression for the guardrail.
3746 3747 3748 3749 3750 3751 3752 3753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3746 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the regular expression for the guardrail.
3746 3747 3748 3749 3750 3751 3752 3753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3746 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#pattern ⇒ String
The pattern of the regular expression configured for the guardrail.
3746 3747 3748 3749 3750 3751 3752 3753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3746 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |