Class: Aws::Types::EvaluationFormItemEnablementCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operands::Array[Types::EvaluationFormItemEnablementConditionOperand]

Returns the value of attribute operands.



3411
3412
3413
# File 'sig/types.rbs', line 3411

def operands
  @operands
end

#operator"OR", "AND"

Returns the value of attribute operator.

Returns:

  • ("OR", "AND")


3412
3413
3414
# File 'sig/types.rbs', line 3412

def operator
  @operator
end