Class: Aws::Types::DocumentAttributeCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_document_attribute_key::String

Returns the value of attribute condition_document_attribute_key.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def condition_document_attribute_key
  @condition_document_attribute_key
end

#condition_on_valueTypes::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.

Returns:

  • ("GreaterThan", "GreaterThanOrEquals", "LessThan", "LessThanOrEquals", "Equals", "NotEquals", "Contains", "NotContains", "Exists", "NotExists", "BeginsWith")


912
913
914
# File 'sig/types.rbs', line 912

def operator
  @operator
end