Class: Aws::Types::ExpectedAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_value_list::Array[Types::AttributeValue]

Returns the value of attribute attribute_value_list.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def attribute_value_list
  @attribute_value_list
end

#comparison_operator"EQ", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("EQ", "NE", "IN", "LE", "LT", "GE", "GT", "BETWEEN", "NOT_NULL", "NULL", "CONTAINS", "NOT_CONTAINS", "BEGINS_WITH")


643
644
645
# File 'sig/types.rbs', line 643

def comparison_operator
  @comparison_operator
end

#existsBoolean

Returns the value of attribute exists.

Returns:

  • (Boolean)


642
643
644
# File 'sig/types.rbs', line 642

def exists
  @exists
end

#valueTypes::AttributeValue

Returns the value of attribute value.



641
642
643
# File 'sig/types.rbs', line 641

def value
  @value
end