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

ExpectedAttributeValue() public method

Instantiates ExpectedAttributeValue with the parameterized properties
public ExpectedAttributeValue ( AttributeValue value ) : System
value AttributeValue Sets the ExpectedAttributeValue Value property
return System
        public ExpectedAttributeValue(AttributeValue value)
        {
            _value = value;
        }

Same methods

ExpectedAttributeValue::ExpectedAttributeValue ( ) : System
ExpectedAttributeValue::ExpectedAttributeValue ( bool exists ) : System