Amazonite::DynamoDBV2::ExpectedAttributeValue
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(value : AttributeValue | Nil = nil, exists : Bool | Nil = nil, comparison_operator : ComparisonOperator | Nil = nil, attribute_value_list : Array(AttributeValue) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attribute_value_list
Sourcecomparison_operator
Sourcecomparison_operator=(comparison_operator : ComparisonOperator | Nil)
Sourceexists
Sourcevalue
Sourcevalue=(value : AttributeValue | Nil)
Source