class Amazonite::DynamoDBV2::ExpectedAttributeValue

Included Modules

Defined in:

dynamodb_v2/expected_attribute_value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(value : AttributeValue | Nil = nil, exists : Bool | Nil = nil, comparison_operator : ComparisonOperator | Nil = nil, attribute_value_list : Array(AttributeValue) | Nil = nil) #

[View source]

Instance Method Detail

def attribute_value_list : Array(AttributeValue) | Nil #

[View source]
def attribute_value_list=(attribute_value_list : Array(AttributeValue) | Nil) #

[View source]
def comparison_operator : ComparisonOperator | Nil #

[View source]
def comparison_operator=(comparison_operator : ComparisonOperator | Nil) #

[View source]
def exists : Bool | Nil #

[View source]
def exists=(exists : Bool | Nil) #

[View source]
def value : AttributeValue | Nil #

[View source]
def value=(value : AttributeValue | Nil) #

[View source]