Amazon.DynamoDBv2.Model.StreamRecord.IsSetKeys C# (CSharp) Method

IsSetKeys() private method

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