Class: Aws::QConnect::Types::GuardrailRegexConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailRegexConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The regular expression to configure for the AI Guardrail.
Constant Summary collapse
- SENSITIVE =
[:action, :description, :name, :pattern]
Instance Attribute Summary collapse
-
#action ⇒ String
The AI Guardrail action to configure when matching regular expression is detected.
-
#description ⇒ String
The description of the regular expression to configure for the AI Guardrail.
-
#name ⇒ String
The name of the regular expression to configure for the AI Guardrail.
-
#pattern ⇒ String
The regular expression pattern to configure for the AI Guardrail.
Instance Attribute Details
#action ⇒ String
The AI Guardrail action to configure when matching regular expression is detected.
5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5114 class GuardrailRegexConfig < Struct.new( :action, :description, :name, :pattern) SENSITIVE = [:action, :description, :name, :pattern] include Aws::Structure end |
#description ⇒ String
The description of the regular expression to configure for the AI Guardrail.
5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5114 class GuardrailRegexConfig < Struct.new( :action, :description, :name, :pattern) SENSITIVE = [:action, :description, :name, :pattern] include Aws::Structure end |
#name ⇒ String
The name of the regular expression to configure for the AI Guardrail.
5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5114 class GuardrailRegexConfig < Struct.new( :action, :description, :name, :pattern) SENSITIVE = [:action, :description, :name, :pattern] include Aws::Structure end |
#pattern ⇒ String
The regular expression pattern to configure for the AI Guardrail.
5114 5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5114 class GuardrailRegexConfig < Struct.new( :action, :description, :name, :pattern) SENSITIVE = [:action, :description, :name, :pattern] include Aws::Structure end |