Class: Aws::Types::RuleNumberExpression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::RuleNumberToEvaluate

Returns the value of attribute evaluate.



1245
1246
1247
# File 'sig/types.rbs', line 1245

def evaluate
  @evaluate
end

#operator"EQUALS", ...

Returns the value of attribute operator.

Returns:

  • ("EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN", "LESS_THAN_OR_EQUAL", "GREATER_THAN_OR_EQUAL")


1246
1247
1248
# File 'sig/types.rbs', line 1246

def operator
  @operator
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def value
  @value
end