AttributeValueUpdate constructor
AttributeValueUpdate({
- AttributeAction? action,
- AttributeValue? value,
Implementation
AttributeValueUpdate({
this.action,
this.value,
});