Amazon.DynamoDBv2.Model.Projection.IsSetNonKeyAttributes C# (CSharp) Method

IsSetNonKeyAttributes() private method

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