Class: Aws::Types::GuardrailChecksResults
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksResults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_filter ⇒ Types::GuardrailChecksContentFilterResult
Returns the value of attribute content_filter.
-
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackResult
Returns the value of attribute prompt_attack.
-
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationResult
Returns the value of attribute sensitive_information.
Instance Attribute Details
#content_filter ⇒ Types::GuardrailChecksContentFilterResult
Returns the value of attribute content_filter.
740 741 742 |
# File 'sig/types.rbs', line 740 def content_filter @content_filter end |
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackResult
Returns the value of attribute prompt_attack.
741 742 743 |
# File 'sig/types.rbs', line 741 def prompt_attack @prompt_attack end |
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationResult
Returns the value of attribute sensitive_information.
742 743 744 |
# File 'sig/types.rbs', line 742 def sensitive_information @sensitive_information end |