Class: Aws::Types::RuleStringExpression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::RuleStringToEvaluate

Returns the value of attribute evaluate.



1270
1271
1272
# File 'sig/types.rbs', line 1270

def evaluate
  @evaluate
end

#operator"EQUALS", ...

Returns the value of attribute operator.

Returns:

  • ("EQUALS", "NOT_EQUALS", "STARTS_WITH", "ENDS_WITH", "CONTAINS")


1271
1272
1273
# File 'sig/types.rbs', line 1271

def operator
  @operator
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


1272
1273
1274
# File 'sig/types.rbs', line 1272

def values
  @values
end