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.



3358
3359
3360
# File 'sig/types.rbs', line 3358

def operands
  @operands
end

#operator"OR", "AND"

Returns the value of attribute operator.

Returns:

  • ("OR", "AND")


3359
3360
3361
# File 'sig/types.rbs', line 3359

def operator
  @operator
end