Class: Aws::Types::GuardrailAutomatedReasoningFinding
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningFinding
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Impossible, Invalid, NoTranslations, Satisfiable, TooComplex, TranslationAmbiguous, Unknown, Valid
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impossible ⇒ Types::GuardrailAutomatedReasoningImpossibleFinding
Returns the value of attribute impossible.
-
#invalid ⇒ Types::GuardrailAutomatedReasoningInvalidFinding
Returns the value of attribute invalid.
-
#no_translations ⇒ Types::GuardrailAutomatedReasoningNoTranslationsFinding
Returns the value of attribute no_translations.
-
#satisfiable ⇒ Types::GuardrailAutomatedReasoningSatisfiableFinding
Returns the value of attribute satisfiable.
-
#too_complex ⇒ Types::GuardrailAutomatedReasoningTooComplexFinding
Returns the value of attribute too_complex.
-
#translation_ambiguous ⇒ Types::GuardrailAutomatedReasoningTranslationAmbiguousFinding
Returns the value of attribute translation_ambiguous.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#valid ⇒ Types::GuardrailAutomatedReasoningValidFinding
Returns the value of attribute valid.
Instance Attribute Details
#impossible ⇒ Types::GuardrailAutomatedReasoningImpossibleFinding
Returns the value of attribute impossible.
548 549 550 |
# File 'sig/types.rbs', line 548 def impossible @impossible end |
#invalid ⇒ Types::GuardrailAutomatedReasoningInvalidFinding
Returns the value of attribute invalid.
546 547 548 |
# File 'sig/types.rbs', line 546 def invalid @invalid end |
#no_translations ⇒ Types::GuardrailAutomatedReasoningNoTranslationsFinding
Returns the value of attribute no_translations.
551 552 553 |
# File 'sig/types.rbs', line 551 def no_translations @no_translations end |
#satisfiable ⇒ Types::GuardrailAutomatedReasoningSatisfiableFinding
Returns the value of attribute satisfiable.
547 548 549 |
# File 'sig/types.rbs', line 547 def satisfiable @satisfiable end |
#too_complex ⇒ Types::GuardrailAutomatedReasoningTooComplexFinding
Returns the value of attribute too_complex.
550 551 552 |
# File 'sig/types.rbs', line 550 def too_complex @too_complex end |
#translation_ambiguous ⇒ Types::GuardrailAutomatedReasoningTranslationAmbiguousFinding
Returns the value of attribute translation_ambiguous.
549 550 551 |
# File 'sig/types.rbs', line 549 def translation_ambiguous @translation_ambiguous end |
#unknown ⇒ Object
Returns the value of attribute unknown.
552 553 554 |
# File 'sig/types.rbs', line 552 def unknown @unknown end |
#valid ⇒ Types::GuardrailAutomatedReasoningValidFinding
Returns the value of attribute valid.
545 546 547 |
# File 'sig/types.rbs', line 545 def valid @valid end |