Class: Aws::Types::AutomatedReasoningLogicStatement

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)


198
199
200
# File 'sig/types.rbs', line 198

def logic
  @logic
end

#natural_language::String

Returns the value of attribute natural_language.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def natural_language
  @natural_language
end