Class: Aws::Types::GuardrailChecksConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_filter ⇒ Types::GuardrailChecksContentFilterConfig
Returns the value of attribute content_filter.
-
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackConfig
Returns the value of attribute prompt_attack.
-
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationConfig
Returns the value of attribute sensitive_information.
Instance Attribute Details
#content_filter ⇒ Types::GuardrailChecksContentFilterConfig
Returns the value of attribute content_filter.
664 665 666 |
# File 'sig/types.rbs', line 664 def content_filter @content_filter end |
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackConfig
Returns the value of attribute prompt_attack.
665 666 667 |
# File 'sig/types.rbs', line 665 def prompt_attack @prompt_attack end |
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationConfig
Returns the value of attribute sensitive_information.
666 667 668 |
# File 'sig/types.rbs', line 666 def sensitive_information @sensitive_information end |