Class: Aws::Types::ExpectedAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::ExpectedAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_value_list ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute attribute_value_list.
-
#comparison_operator ⇒ "EQ", ...
Returns the value of attribute comparison_operator.
-
#exists ⇒ Boolean
Returns the value of attribute exists.
-
#value ⇒ Types::AttributeValue
Returns the value of attribute value.
Instance Attribute Details
#attribute_value_list ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute attribute_value_list.
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.
643 644 645 |
# File 'sig/types.rbs', line 643 def comparison_operator @comparison_operator end |
#exists ⇒ Boolean
Returns the value of attribute exists.
642 643 644 |
# File 'sig/types.rbs', line 642 def exists @exists end |
#value ⇒ Types::AttributeValue
Returns the value of attribute value.
641 642 643 |
# File 'sig/types.rbs', line 641 def value @value end |