Class: Aws::Connect::Types::EvaluationFormItemEnablementCondition

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

Overview

A condition for item enablement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operandsArray<Types::EvaluationFormItemEnablementConditionOperand>

Operands of the enablement condition.



12742
12743
12744
12745
12746
12747
# File 'lib/aws-sdk-connect/types.rb', line 12742

class EvaluationFormItemEnablementCondition < Struct.new(
  :operands,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operator to be used to be applied to operands if more than one provided.

Returns:

  • (String)


12742
12743
12744
12745
12746
12747
# File 'lib/aws-sdk-connect/types.rb', line 12742

class EvaluationFormItemEnablementCondition < Struct.new(
  :operands,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end