Class: Aws::Types::GuardrailChecksUsageResults
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksUsageResults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_filter ⇒ Types::GuardrailChecksContentFilterUsage
Returns the value of attribute content_filter.
-
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackUsage
Returns the value of attribute prompt_attack.
-
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationUsage
Returns the value of attribute sensitive_information.
Instance Attribute Details
#content_filter ⇒ Types::GuardrailChecksContentFilterUsage
Returns the value of attribute content_filter.
778 779 780 |
# File 'sig/types.rbs', line 778 def content_filter @content_filter end |
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackUsage
Returns the value of attribute prompt_attack.
779 780 781 |
# File 'sig/types.rbs', line 779 def prompt_attack @prompt_attack end |
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationUsage
Returns the value of attribute sensitive_information.
780 781 782 |
# File 'sig/types.rbs', line 780 def sensitive_information @sensitive_information end |