Class: Aws::Types::IngressStringExpression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluateTypes::IngressStringToEvaluate

Returns the value of attribute evaluate.



757
758
759
# File 'sig/types.rbs', line 757

def evaluate
  @evaluate
end

#operator"EQUALS", ...

Returns the value of attribute operator.

Returns:

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


758
759
760
# File 'sig/types.rbs', line 758

def operator
  @operator
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


759
760
761
# File 'sig/types.rbs', line 759

def values
  @values
end