Class: Aws::Types::GuardrailAutomatedReasoningValidFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claims_true_scenarioTypes::GuardrailAutomatedReasoningScenario

Returns the value of attribute claims_true_scenario.



657
658
659
# File 'sig/types.rbs', line 657

def claims_true_scenario
  @claims_true_scenario
end

#logic_warningTypes::GuardrailAutomatedReasoningLogicWarning

Returns the value of attribute logic_warning.



659
660
661
# File 'sig/types.rbs', line 659

def logic_warning
  @logic_warning
end

#supporting_rules::Array[Types::GuardrailAutomatedReasoningRule]

Returns the value of attribute supporting_rules.



658
659
660
# File 'sig/types.rbs', line 658

def supporting_rules
  @supporting_rules
end

#translationTypes::GuardrailAutomatedReasoningTranslation

Returns the value of attribute translation.



656
657
658
# File 'sig/types.rbs', line 656

def translation
  @translation
end