Class: Aws::Types::GuardrailChecksPromptAttackResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksPromptAttackResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "JAILBREAK", ...
Returns the value of attribute category.
-
#severity_score ⇒ ::Float
Returns the value of attribute severity_score.
Instance Attribute Details
#category ⇒ "JAILBREAK", ...
Returns the value of attribute category.
729 730 731 |
# File 'sig/types.rbs', line 729 def category @category end |
#severity_score ⇒ ::Float
Returns the value of attribute severity_score.
730 731 732 |
# File 'sig/types.rbs', line 730 def severity_score @severity_score end |