Class: Aws::Types::GuardrailAutomatedReasoningLogicWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claims::Array[Types::GuardrailAutomatedReasoningStatement]

Returns the value of attribute claims.



595
596
597
# File 'sig/types.rbs', line 595

def claims
  @claims
end

#premises::Array[Types::GuardrailAutomatedReasoningStatement]

Returns the value of attribute premises.



594
595
596
# File 'sig/types.rbs', line 594

def premises
  @premises
end

#type"ALWAYS_FALSE", "ALWAYS_TRUE"

Returns the value of attribute type.

Returns:

  • ("ALWAYS_FALSE", "ALWAYS_TRUE")


593
594
595
# File 'sig/types.rbs', line 593

def type
  @type
end