Class: Aws::ConnectCases::Types::BooleanOperands

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcases/types.rb

Overview

Boolean operands for a condition. In the Amazon Connect admin website, case rules are known as *case field conditions*. For more information about case field conditions, see [Add case field conditions to a case template].

[1]: docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operand_oneTypes::OperandOne

Represents the left hand operand in the condition.



347
348
349
350
351
352
353
# File 'lib/aws-sdk-connectcases/types.rb', line 347

class BooleanOperands < Struct.new(
  :operand_one,
  :operand_two,
  :result)
  SENSITIVE = []
  include Aws::Structure
end

#operand_twoTypes::OperandTwo

Represents the right hand operand in the condition.



347
348
349
350
351
352
353
# File 'lib/aws-sdk-connectcases/types.rb', line 347

class BooleanOperands < Struct.new(
  :operand_one,
  :operand_two,
  :result)
  SENSITIVE = []
  include Aws::Structure
end

#resultBoolean

The value of the outer rule if the condition evaluates to true.



347
348
349
350
351
352
353
# File 'lib/aws-sdk-connectcases/types.rb', line 347

class BooleanOperands < Struct.new(
  :operand_one,
  :operand_two,
  :result)
  SENSITIVE = []
  include Aws::Structure
end