Class: Aws::Types::GuardrailAutomatedReasoningStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:logic, :natural_language])

Instance Attribute Summary collapse

Instance Attribute Details

#logic::String

Returns the value of attribute logic.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def logic
  @logic
end

#natural_language::String

Returns the value of attribute natural_language.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def natural_language
  @natural_language
end