Amazon.DynamoDBv2.Model.DeleteRequest.IsSetKey C# (CSharp) Method

IsSetKey() private method

private IsSetKey ( ) : bool
return bool
        internal bool IsSetKey()
        {
            return this.key != null;
        }
    }
DeleteRequest