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.



3452
3453
3454
# File 'sig/types.rbs', line 3452

def operands
  @operands
end

#operator"OR", "AND"

Returns the value of attribute operator.

Returns:

  • ("OR", "AND")


3453
3454
3455
# File 'sig/types.rbs', line 3453

def operator
  @operator
end