Class: Aws::Bedrock::Types::GuardrailRegex
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailRegex
- Includes:
- Structure
- Defined in:
- 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.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3659 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the regular expression for the guardrail.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3659 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the regular expression for the guardrail.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3659 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.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3659 class GuardrailRegex < Struct.new( :name, :description, :pattern, :action) SENSITIVE = [] include Aws::Structure end |