Amazon.DynamoDBv2.Model.AttributeValueUpdate.AttributeValueUpdate C# (CSharp) Method

AttributeValueUpdate() public method

Empty constructor used to set properties independently even when a simple constructor is available
public AttributeValueUpdate ( ) : System
return System
        public AttributeValueUpdate() { }

Same methods

AttributeValueUpdate::AttributeValueUpdate ( AttributeValue value, AttributeAction action ) : System