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

AttributeValue() public method

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
return System
        public AttributeValue(string s)
        {
            _s = s;
        }

Same methods

AttributeValue::AttributeValue ( ) : System
AttributeValue::AttributeValue ( List ss ) : System