class Amazonite::DynamoDBV2::AttributeValueUpdate
- Amazonite::DynamoDBV2::AttributeValueUpdate
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/attribute_value_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(value : AttributeValue | Nil = nil, action : AttributeAction | Nil = nil)
Instance Method Summary
- #action : AttributeAction | Nil
- #action=(action : AttributeAction | Nil)
- #value : AttributeValue | Nil
- #value=(value : AttributeValue | Nil)