Class: Aws::Types::ExpectedAttributeValue

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#existsBoolean

Returns the value of attribute exists.



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