Class: Aws::Types::GuardrailAutomatedReasoningFinding

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Impossible, Invalid, NoTranslations, Satisfiable, TooComplex, TranslationAmbiguous, Unknown, Valid

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impossibleTypes::GuardrailAutomatedReasoningImpossibleFinding

Returns the value of attribute impossible.



548
549
550
# File 'sig/types.rbs', line 548

def impossible
  @impossible
end

#invalidTypes::GuardrailAutomatedReasoningInvalidFinding

Returns the value of attribute invalid.



546
547
548
# File 'sig/types.rbs', line 546

def invalid
  @invalid
end

#no_translationsTypes::GuardrailAutomatedReasoningNoTranslationsFinding

Returns the value of attribute no_translations.



551
552
553
# File 'sig/types.rbs', line 551

def no_translations
  @no_translations
end

#satisfiableTypes::GuardrailAutomatedReasoningSatisfiableFinding

Returns the value of attribute satisfiable.



547
548
549
# File 'sig/types.rbs', line 547

def satisfiable
  @satisfiable
end

#too_complexTypes::GuardrailAutomatedReasoningTooComplexFinding

Returns the value of attribute too_complex.



550
551
552
# File 'sig/types.rbs', line 550

def too_complex
  @too_complex
end

#translation_ambiguousTypes::GuardrailAutomatedReasoningTranslationAmbiguousFinding

Returns the value of attribute translation_ambiguous.



549
550
551
# File 'sig/types.rbs', line 549

def translation_ambiguous
  @translation_ambiguous
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


552
553
554
# File 'sig/types.rbs', line 552

def unknown
  @unknown
end

#validTypes::GuardrailAutomatedReasoningValidFinding

Returns the value of attribute valid.



545
546
547
# File 'sig/types.rbs', line 545

def valid
  @valid
end