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

AttributeValue() public method

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( List ss ) : System
ss List A String Set data type.
return System
        public AttributeValue(List<string> ss)
        {
            _ss = ss;
        }

Same methods

AttributeValue::AttributeValue ( ) : System
AttributeValue::AttributeValue ( string s ) : System