Amazon.DynamoDBv2.Model.AttributeValue.AttributeValue C# (CSharp) Метод

AttributeValue() публичный Метод

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
Результат System
        public AttributeValue(string s)
        {
            _s = s;
        }

Same methods

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