Class: Aws::Types::DocumentAttributeCondition
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAttributeCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_document_attribute_key ⇒ ::String
Returns the value of attribute condition_document_attribute_key.
-
#condition_on_value ⇒ Types::DocumentAttributeValue
Returns the value of attribute condition_on_value.
-
#operator ⇒ "GreaterThan", ...
Returns the value of attribute operator.
Instance Attribute Details
#condition_document_attribute_key ⇒ ::String
Returns the value of attribute condition_document_attribute_key.
911 912 913 |
# File 'sig/types.rbs', line 911 def condition_document_attribute_key @condition_document_attribute_key end |
#condition_on_value ⇒ Types::DocumentAttributeValue
Returns the value of attribute condition_on_value.
913 914 915 |
# File 'sig/types.rbs', line 913 def condition_on_value @condition_on_value end |
#operator ⇒ "GreaterThan", ...
Returns the value of attribute operator.
912 913 914 |
# File 'sig/types.rbs', line 912 def operator @operator end |