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

IsSetBS() private method

private IsSetBS ( ) : bool
return bool
        internal bool IsSetBS()
        {
            return this._bs != null && this._bs.Count > 0; 
        }